<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/wpblock.c">
<Name>LQT_Writepblock</Name>
<Class>Database/Update, Database/Physical
<Purpose>
Write out an entire (presumably new) data entry, and
return a disk pointer to the start of the chain.
<Returns>
the byte offset of the first block in the newly created chain
<Errors>
Fatal (E_BUG) error on format or consistency check, etc.
</Function>
<Decl>
API unsigned long
LQT_Writepblock(db, WordInfo, pblock)
    t_LQTEXT_Database *db;
    t_WordInfo *WordInfo;
    t_pblock *pblock;
</Decl>
</Entry>
