<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/fileinfo.c">
<Name>LQT_DestroyFileInfo</Name>
<Class>Database/Documents, Memory
<Purpose>
Frees the memory used by the given FileInfo.
Neither the database nor the file described by the FileInfo is
affected; LQT_DestroyFileInfo frees any internal data structures
associated with the FileInfo and then frees the FileInfo itself.
After calling LQT_DestroyFileInfo, the FileInfo pointer is no longer
valid, and should not be dereferenced.
<SeeAlso>
LQT_NameToFID
LQT_FIDToFileInfo
</Function>
<Decl>
API void
LQT_DestroyFileInfo(db, FileInfo)
    t_LQTEXT_Database *db;
    t_FileInfo *FileInfo;
</Decl>
</Entry>
