summaryrefslogtreecommitdiff
path: root/lib/tdb2/tdb1.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-09-14 08:01:13 +0930
committerRusty Russell <rusty@rustcorp.com.au>2011-09-14 08:01:13 +0930
commit662f46de21437527a57f0cfc77e290a3ec9f3d94 (patch)
tree1c4a2f4978398bb40a3dc69d339f95d8b852559b /lib/tdb2/tdb1.h
parent658ff5b0f28e364d22ada4dbbc988ca0f82b911e (diff)
downloadsamba-662f46de21437527a57f0cfc77e290a3ec9f3d94.tar.gz
samba-662f46de21437527a57f0cfc77e290a3ec9f3d94.tar.bz2
samba-662f46de21437527a57f0cfc77e290a3ec9f3d94.zip
tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into tdb_get_seqnum/tdb_inc_seqnum
Switch on the TDB_VERSION1 flag. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 57359c26e9626aa986ee0538efd13a44a466f39d)
Diffstat (limited to 'lib/tdb2/tdb1.h')
-rw-r--r--lib/tdb2/tdb1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tdb2/tdb1.h b/lib/tdb2/tdb1.h
index 59c2dd0d1d..90cd7fa14a 100644
--- a/lib/tdb2/tdb1.h
+++ b/lib/tdb2/tdb1.h
@@ -38,10 +38,6 @@
void tdb1_set_max_dead(struct tdb_context *tdb, int max_dead);
-int tdb1_get_seqnum(struct tdb_context *tdb);
-
-void tdb1_increment_seqnum_nonblock(struct tdb_context *tdb);
-
uint64_t tdb1_incompatible_hash(const void *key, size_t len, uint64_t seed, void *);
/* @} ******************************************************************/