summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-14 16:26:52 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-14 16:26:52 +1100
commit63b1c765de439b295c73430be14f8656873bfad7 (patch)
treea3271dbe991aeed3426a5431474c80972851aafe /source3/lib/tdb/include
parenta1902700c45935f0a1071100810e91142ceb273e (diff)
downloadsamba-63b1c765de439b295c73430be14f8656873bfad7.tar.gz
samba-63b1c765de439b295c73430be14f8656873bfad7.tar.bz2
samba-63b1c765de439b295c73430be14f8656873bfad7.zip
samba3 already has tdb_validate()
(This used to be commit 9f002eeff9bcf33a00e5641cb14338e866a17afe)
Diffstat (limited to 'source3/lib/tdb/include')
-rw-r--r--source3/lib/tdb/include/tdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/tdb/include/tdb.h b/source3/lib/tdb/include/tdb.h
index daa2d43135..0008085de5 100644
--- a/source3/lib/tdb/include/tdb.h
+++ b/source3/lib/tdb/include/tdb.h
@@ -157,7 +157,6 @@ 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;