From 5b7f0c733c3381a39b9d40a6f34f4e8ea7a45243 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Jan 2000 08:16:02 +0000 Subject: improved the error checking (This used to be commit 2a152998a1489dead0edadb06f78b0ad6ede1a3a) --- source3/tdb/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/tdb/README') diff --git a/source3/tdb/README b/source3/tdb/README index 3b070bdc40..7901bf1c42 100644 --- a/source3/tdb/README +++ b/source3/tdb/README @@ -65,6 +65,11 @@ TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags, possible tdb_flags are: 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); -- cgit