diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 08:00:13 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 08:00:13 +0930 |
commit | 658ff5b0f28e364d22ada4dbbc988ca0f82b911e (patch) | |
tree | c6c8b9ec5c3f46cc5cf234ba0e57c28fe45f0100 /lib/tdb2/tdb1.h | |
parent | 8e14a3e06d42b0302868dc3911a2e607e42a51b3 (diff) | |
download | samba-658ff5b0f28e364d22ada4dbbc988ca0f82b911e.tar.gz samba-658ff5b0f28e364d22ada4dbbc988ca0f82b911e.tar.bz2 samba-658ff5b0f28e364d22ada4dbbc988ca0f82b911e.zip |
tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstkey/tdb_nextkey.
Switch on the TDB_VERSION1 flag.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit 7366486e29e4f3d89a3e08fc114079d6441af850)
Diffstat (limited to 'lib/tdb2/tdb1.h')
-rw-r--r-- | lib/tdb2/tdb1.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tdb2/tdb1.h b/lib/tdb2/tdb1.h index 2855d0c1b0..59c2dd0d1d 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); -TDB_DATA tdb1_firstkey(struct tdb_context *tdb); - -TDB_DATA tdb1_nextkey(struct tdb_context *tdb, TDB_DATA key); - int tdb1_get_seqnum(struct tdb_context *tdb); void tdb1_increment_seqnum_nonblock(struct tdb_context *tdb); |