<!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_GetFilterName</Name>
<Class>Database/Documents
<Purpose>
Returns a short name describing the file type associated with
the given file.
The value is static, and should not be freed by the caller.
<SeeAlso>
LQT_GetFilterType
</Function>
<Decl>
LIBRARY char *
LQT_GetFilterName(db, FileInfo)
    t_LQTEXT_Database *db;
    t_FileInfo *FileInfo;
</Decl>
</Entry>
