diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 07:58:13 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 07:58:13 +0930 |
commit | 5d9dd8d541a761e0af2c8d50ee55485f2cef3e01 (patch) | |
tree | 292d92329072b4e5e4e091544ca499903bcba276 /lib/tdb2/tdb1.h | |
parent | 014ca657e600ee2b3b4dc9d2ef482d050cd0917d (diff) | |
download | samba-5d9dd8d541a761e0af2c8d50ee55485f2cef3e01.tar.gz samba-5d9dd8d541a761e0af2c8d50ee55485f2cef3e01.tar.bz2 samba-5d9dd8d541a761e0af2c8d50ee55485f2cef3e01.zip |
tdb2: unify tdb1_transaction_start etc. into tdb_transaction_start.
Switch on the TDB_VERSION1 flag.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit 6bc8ea012391198bc3898ae2937558b60dd55906)
Diffstat (limited to 'lib/tdb2/tdb1.h')
-rw-r--r-- | lib/tdb2/tdb1.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tdb2/tdb1.h b/lib/tdb2/tdb1.h index f0536f986d..b565b11408 100644 --- a/lib/tdb2/tdb1.h +++ b/lib/tdb2/tdb1.h @@ -42,12 +42,6 @@ TDB_DATA tdb1_firstkey(struct tdb_context *tdb); TDB_DATA tdb1_nextkey(struct tdb_context *tdb, TDB_DATA key); -int tdb1_transaction_start(struct tdb_context *tdb); - -int tdb1_transaction_prepare_commit(struct tdb_context *tdb); - -int tdb1_transaction_commit(struct tdb_context *tdb); - int tdb1_get_seqnum(struct tdb_context *tdb); void tdb1_increment_seqnum_nonblock(struct tdb_context *tdb); |