diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 07:52:13 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 07:52:13 +0930 |
commit | 61095999cc158482f68fa53f16160033128615e8 (patch) | |
tree | 998a9345aec2084538f30196a5b2ac94ef48da51 /lib/tdb2/tdb1.h | |
parent | 02f5b8fef868b7f77f1ac385740328757bff4d93 (diff) | |
download | samba-61095999cc158482f68fa53f16160033128615e8.tar.gz samba-61095999cc158482f68fa53f16160033128615e8.tar.bz2 samba-61095999cc158482f68fa53f16160033128615e8.zip |
tdb2: unify tdb1_append into tdb_append
Switch on the TDB_VERSION1 flag.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit 8bc38cb177928ef739440c32e33a8eaf23a5dd22)
Diffstat (limited to 'lib/tdb2/tdb1.h')
-rw-r--r-- | lib/tdb2/tdb1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tdb2/tdb1.h b/lib/tdb2/tdb1.h index e320428385..62b94da44a 100644 --- a/lib/tdb2/tdb1.h +++ b/lib/tdb2/tdb1.h @@ -47,8 +47,6 @@ int tdb1_parse_record(struct tdb_context *tdb, TDB_DATA key, int tdb1_delete(struct tdb_context *tdb, TDB_DATA key); -int tdb1_append(struct tdb_context *tdb, TDB_DATA key, TDB_DATA new_dbuf); - TDB_DATA tdb1_firstkey(struct tdb_context *tdb); TDB_DATA tdb1_nextkey(struct tdb_context *tdb, TDB_DATA key); |