<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/rpmatch.c">
<Name>LQT_PrintAndRejectOneMatch</Name>
<Class>Retrieval/Matching, Retrieval/Phrases
<Purpose>
<P>This is intended for use as a callback function to be passed
as an argument to LQT_MakeMatchesWhere.
It prints each match to stdout as it is read from disk, and
also rejects it so that it is not retained in the Phrase data structure.
<Returns>
LQM_ACCEPT
<SeeAlso>
LQT_StringToPhrase
LQT_PrintAndRejectOneMatch
</Function>
<Decl>
API int
LQT_PrintAndRejectOneMatch(db, Phrase, Match)
    t_LQTEXT_Database *db;
    t_Phrase *Phrase;
    t_Match *Match;
</Decl>
</Entry>
