<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/smalldb.c">
<Name>LQT_CloseKeyValueDatabase</Name>
<Class>Database/Dynamic Hashing, Database/Files
<Purpose>
This currently does nothing, since the Key Value Databases are
kept open.  If the library is compiled with dbm instead of ndbm,
or with the cache disabled, LQT_CloseKeyDatabase becomes active,
so it should be paired with every call to LQT_OpenKeyValueDatabase
<SeeAlso>
LQT_SyncAndCloseAllKeyValueDatabases
</Function>
<Decl>
ARGSUSED*/
API int
LQT_CloseKeyValueDatabase(db)
    DBM *db;
</Decl>
</Entry>
