table of contents
other versions
- bookworm 1.4.8-2
- bookworm-backports 1.4.12-1~bpo12+1
- testing 1.4.12-1
- unstable 2.10.0+samba4.21.2+dfsg-4
- experimental 2.10.0+samba4.21.2+dfsg-4~exp1
TDB_ERROR(3) | Linux Programmer's Manual | TDB_ERROR(3) |
NAME¶
tdb_error - return tdb database error state information. tdb_errorstr - return a printable string representing the error state of a tdb database
SYNOPSIS¶
#include <tdb.h> enum TDB_ERROR tdb_error(TDB_CONTEXT *tdb); char *tdb_errorstr(TDB_CONTEXT *tdb);
DESCRIPTION¶
tdb_error returns the current error state of the tdb database. tdb_errorstr returns a printable string that describes the error state of the database.
AUTHORS¶
Software: Andrew Tridgell <tridge@linuxcare.com> and Luke Kenneth Casson Leighton Man page: Ben Woodard <ben@valinux.com>
SEE ALSO¶
gdbm(3), tdb(3)
August 16, 2000 | Samba |