|
-
NAMEdbh_close, dbh_destroy - close or remove an open DBHashTableSYNOPSIS#include <dbh.h>int dbh_close (DBHashTable *dbh);
DESCRIPTIONdbh_close will close the DBHashTable file (thus flushing io buffer).dbh_destroy will close an open DBHashTable and erase the file from disk. Convenience function that does a close and rm. RETURN VALUE0 if error, 1 otherwise.SEE ALSOdbh (0), dbh_create (3), dbh_open (3), dbh_open_ro (3)AuthorEdscott Wilson Garcia <edscott@xfce.org>
Visit the GSP FreeBSD Man Page Interface. |