<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/phstring.c">
<Name>LQT_PhraseToString</Name>
<Class>Retrieval/Phrases
<Purpose>
<P>Returns a string representation of a phrase.</P>.
<P>This can be used for tracing, or to give users feedback about
how a phrase query was interpreted.</P>
<Returns>
a pointer to a freshly malloc'd string, which the caller should free.
<SeeAlso>
LQT_StringToPhrase
</Function>
<Decl>
API char *
LQT_PhraseToString(db, Phrase)
    t_LQTEXT_Database *db;
    t_Phrase *Phrase;
</Decl>
</Entry>
