summaryrefslogtreecommitdiff
path: root/lib/tdb2/tdb1.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-09-14 07:57:13 +0930
committerRusty Russell <rusty@rustcorp.com.au>2011-09-14 07:57:13 +0930
commit014ca657e600ee2b3b4dc9d2ef482d050cd0917d (patch)
tree8618af13d707f8e7d7a6ceb80db557421851c48c /lib/tdb2/tdb1.h
parent9140fca812063be69842a6c64030e32c65c9dff1 (diff)
downloadsamba-014ca657e600ee2b3b4dc9d2ef482d050cd0917d.tar.gz
samba-014ca657e600ee2b3b4dc9d2ef482d050cd0917d.tar.bz2
samba-014ca657e600ee2b3b4dc9d2ef482d050cd0917d.zip
tdb2: unify tdb1_parse_record into tdb_parse_record
Switch on the TDB_VERSION1 flag. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 3352e4e947777d4a90a2dd4f3037e1e494231b25)
Diffstat (limited to 'lib/tdb2/tdb1.h')
-rw-r--r--lib/tdb2/tdb1.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tdb2/tdb1.h b/lib/tdb2/tdb1.h
index 75cf39d7e1..f0536f986d 100644
--- a/lib/tdb2/tdb1.h
+++ b/lib/tdb2/tdb1.h
@@ -38,11 +38,6 @@
void tdb1_set_max_dead(struct tdb_context *tdb, int max_dead);
-int tdb1_parse_record(struct tdb_context *tdb, TDB_DATA key,
- int (*parser)(TDB_DATA key, TDB_DATA data,
- void *private_data),
- void *private_data);
-
TDB_DATA tdb1_firstkey(struct tdb_context *tdb);
TDB_DATA tdb1_nextkey(struct tdb_context *tdb, TDB_DATA key);