<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/wblock.c">
<Class>Database/Physical
<Name>LQT_FlushBlock</Name>
<Purpose>
Writes out the given block to the cache.  This is really the
same as LQT_WriteBlock, except that it is used for the last
block in each chain of matches.
</Function>
<Decl>
API void
LQT_FlushBlock(db, Block, ByteCount, NextOffset, LastStart, WID)
    t_LQTEXT_Database *db;
    unsigned char *Block;
    int ByteCount;
    unsigned long *NextOffset, *LastStart;
    t_WID WID;
</Decl>
</Entry>
