<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/phrreset.c">
<Name>LQT_ResetPhraseMatch</Name>
<Class>Retrieval/Matching, Retrieval/Phrases
<Purpose>
Resets internal pointers within a phrase so that LQT_MakeMatches
can be called.  This is also called by LQT_MakeMatches and
LQT_MakeMatchesWhere, and is provided so that clients can write
their own phrase matching routines compatibly.
<SeeAlso>
LQT_StringToPhrase
LQT_MakeMatches
</Function>
<Decl>
ARGSUSED2*/
API void
LQT_ResetPhraseMatch(db, thePhrase)
    t_LQTEXT_Database *db;
    t_Phrase *thePhrase;
</Decl>
</Entry>
