TDB_CLOSE(3) Linux Programmer's Manual TDB_CLOSE(3)NAMEtdb_close - close a tdb databaseSYNOPSIS#include <tdb.h> int tdb_close(TDB_CONTEXT *tdb);DESCRIPTIONCloses a TDB database and frees memory any memory that was used.RETURN VALUEReturns zero on success and -1 on failure.AUTHORSSoftware: Andrew Tridgell and Luke Kenneth Casson Leighton Man page: Ben Woodard <ben@valinux.com>SEE ALSOgdbm(3), tdb(3) Samba Aug 16, 2000 TDB_CLOSE(3)
| Related Man Pages |
|---|
| tdb(3) - debian |
| tdb_traverse(3) - debian |
| tdbbackup.tdbtools(8) - debian |
| tdb_open(3) - suse |
| tdb_firstkey(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Detecting unused variables... |