<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/filters.c">
<Name>LQT_GetFilterType</Name>
<Class>Database/Documents
<Purpose>
Determines the appropriate filter to use to read the file represented
by the given FileInfo; this is an internal routine and will be
replaced in the next release.
<SeeAlso>
LQT_UnpackAndOpen
</Function>
<Decl>
LIBRARY int
LQT_GetFilterType(db, FileInfo, StatBuf)
    t_LQTEXT_Database *db;
    t_FileInfo *FileInfo;
    struct stat *StatBuf;
</Decl>
</Entry>
