summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/tdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb/tdb.h')
-rw-r--r--source4/lib/tdb/tdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/tdb/tdb.h b/source4/lib/tdb/tdb.h
index 281925068c..73a0ea8f83 100644
--- a/source4/lib/tdb/tdb.h
+++ b/source4/lib/tdb/tdb.h
@@ -105,6 +105,8 @@ typedef struct tdb_context {
int open_flags; /* flags used in the open - needed by reopen */
} TDB_CONTEXT;
+void tdb_debug(TDB_CONTEXT *, int , const char *, ...);
+
typedef int (*tdb_traverse_func)(TDB_CONTEXT *, TDB_DATA, TDB_DATA, void *);
typedef void (*tdb_log_func)(TDB_CONTEXT *, int , const char *, ...);