<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/pbcache.c">
<Name>LQT_FlushOneBlockFromCache</Name>
<Class>Database/Files, Database/Physical
<Purpose>
<P>If there any data blocks that are waiting to be written out
to disk, LQT_FlushOneBlockFromCache will write one of them out.</P>
<P>This function is internal to lq-text and users of the Physical
layer of the database.</P>
<Errors>
Fatal error (E_BUG) if the cache is dirty in read-only mode.
<SeeAlso>
LQT_FlushBlockCache
</Function>
<Decl>
LIBRARY int
LQT_FlushOneBlockFromCache(db)
    t_LQTEXT_Database *db;
</Decl>
</Entry>
