summaryrefslogtreecommitdiff
path: root/source3/tdb/README
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-08 08:16:02 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-08 08:16:02 +0000
commit5b7f0c733c3381a39b9d40a6f34f4e8ea7a45243 (patch)
treeeeb88f59489c213cd2b8d180c585efc177320787 /source3/tdb/README
parente9a85623834d27f5318d29c8ebd3a42af1bc7011 (diff)
downloadsamba-5b7f0c733c3381a39b9d40a6f34f4e8ea7a45243.tar.gz
samba-5b7f0c733c3381a39b9d40a6f34f4e8ea7a45243.tar.bz2
samba-5b7f0c733c3381a39b9d40a6f34f4e8ea7a45243.zip
improved the error checking
(This used to be commit 2a152998a1489dead0edadb06f78b0ad6ede1a3a)
Diffstat (limited to 'source3/tdb/README')
-rw-r--r--source3/tdb/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/tdb/README b/source3/tdb/README
index 3b070bdc40..7901bf1c42 100644
--- a/source3/tdb/README
+++ b/source3/tdb/README
@@ -66,6 +66,11 @@ TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags,
TDB_CLEAR_IF_FIRST - clear database if we are the only one with it open
----------------------------------------------------------------------
+char *tdb_error(TDB_CONTEXT *tdb);
+
+ return a error string for the last tdb error
+
+----------------------------------------------------------------------
int tdb_close(TDB_CONTEXT *tdb);
close a database