<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/wordinfo.c">
<Name>LQT_DestroyWordInfo</Name>
<Class>Memory, Database/Words
<Purpose>
Deletes the given structure from memory, reclaiming storage.
This routine does not affect the database.
<SeeAlso>
LQT_DestroyFileInfo
LQT_DeleteWordFromIndex
LQT_MakeWordInfo
</Function>
<Decl>
API void
LQT_DestroyWordInfo(db, WP)
    t_LQTEXT_Database *db;
    t_WordInfo *WP;
</Decl>
</Entry>
