table of contents
other versions
- bookworm 1.4.8-2
- bookworm-backports 2.10.0+samba4.21.3+dfsg-4~bpo12+1
- testing 2.10.0+samba4.21.3+dfsg-1
- unstable 2:1.4.12+samba4.21.3+dfsg-5
TDB_CLOSE(3) | Linux Programmer's Manual | TDB_CLOSE(3) |
NAME¶
tdb_close - close a tdb database
SYNOPSIS¶
#include <tdb.h> int tdb_close(TDB_CONTEXT *tdb);
DESCRIPTION¶
Closes a TDB database and frees memory any memory that was used.
RETURN VALUE¶
Returns zero on success and -1 on failure.
AUTHORS¶
Software: Andrew Tridgell and Luke Kenneth Casson Leighton Man page: Ben Woodard <ben@valinux.com>
SEE ALSO¶
August 16, 2000 | Samba |