<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/phrase.c">
<Name>LQT_MakeMatches</Name>
<Class>Retrieval/Matching, Retrieval/Phrases
<Purpose>
This is equivalent to LQT_MakeMatchesWhere with a null AcceptFunction,
and is provided for convenience.
<SeeAlso>
LQT_StringToPhrase
LQT_MakeMatchesWhere
</Function>
<Decl>
API long
LQT_MakeMatches(thedb, Phrase)
    t_LQTEXT_Database *thedb;
    t_Phrase *Phrase;
</Decl>
</Entry>
