<!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_Deletepblock</Name>
<Class>Database/Words, Database/Update
<Purpose>
<P>Deletes the word places for a given pblock, using
LQT_DeleteWordPlaces.</P>
<P>Like LQT_DeleteWordPlaces, LQT_Deletepblock does not remove
the WID <--> Word mapping
from the wordlist Key Value Database, and does not zero out the
information in the widindex block.</P>
<P>In other words, the word is not removed from the database
vocabulary, and subsequent calls to LQT_WordToWID will return
the same WID value as before the call to LQT_Deletepblock.<P>
<SeeAlso>
LQT_Getpblock
LQT_DestroyWordInfo
</Function>
<Decl>
API void
LQT_Deletepblock(db, pblock)
    t_LQTEXT_Database *db;
    t_pblock *pblock;
</Decl>
</Entry>
