summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/include/tdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-14 15:38:43 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-14 15:38:43 +1100
commita1902700c45935f0a1071100810e91142ceb273e (patch)
tree4cc3d60baeeca446b62a2f2ebea8a2be87e0214f /source3/lib/tdb/include/tdb.h
parent8a76e6aff0bea259f4233f914c5987bb290e3b9e (diff)
downloadsamba-a1902700c45935f0a1071100810e91142ceb273e.tar.gz
samba-a1902700c45935f0a1071100810e91142ceb273e.tar.bz2
samba-a1902700c45935f0a1071100810e91142ceb273e.zip
merged tdb fix from ctdb tree
(This used to be commit c91e9c785b5bf4b0c479edf8eb33da22bf615387)
Diffstat (limited to 'source3/lib/tdb/include/tdb.h')
-rw-r--r--source3/lib/tdb/include/tdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/tdb/include/tdb.h b/source3/lib/tdb/include/tdb.h
index 0008085de5..daa2d43135 100644
--- a/source3/lib/tdb/include/tdb.h
+++ b/source3/lib/tdb/include/tdb.h
@@ -157,6 +157,7 @@ int tdb_printfreelist(struct tdb_context *tdb);
int tdb_validate_freelist(struct tdb_context *tdb, int *pnum_entries);
int tdb_wipe_all(struct tdb_context *tdb);
int tdb_freelist_size(struct tdb_context *tdb);
+int tdb_validate(struct tdb_context *tdb);
extern TDB_DATA tdb_null;