summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_private.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-08 16:46:09 +0100
committerMichael Adam <obnox@samba.org>2011-12-15 16:00:47 +0100
commitf6d8f7440c4f7e25574045a4e42a770d48d4c43d (patch)
treedac74bad111c2ac945dbfd2bb180c00a4c395f90 /source3/lib/dbwrap/dbwrap_private.h
parentb5d056ca231f67b4c6fd608ecbe6f83f1823a33b (diff)
downloadsamba-f6d8f7440c4f7e25574045a4e42a770d48d4c43d.tar.gz
samba-f6d8f7440c4f7e25574045a4e42a770d48d4c43d.tar.bz2
samba-f6d8f7440c4f7e25574045a4e42a770d48d4c43d.zip
s3-dbwrap: Remove the "fetch" db_context callback
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_private.h')
-rw-r--r--source3/lib/dbwrap/dbwrap_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/dbwrap/dbwrap_private.h b/source3/lib/dbwrap/dbwrap_private.h
index a814cf61ba..4806618543 100644
--- a/source3/lib/dbwrap/dbwrap_private.h
+++ b/source3/lib/dbwrap/dbwrap_private.h
@@ -34,8 +34,6 @@ struct db_context {
struct db_record *(*fetch_locked)(struct db_context *db,
TALLOC_CTX *mem_ctx,
TDB_DATA key);
- NTSTATUS (*fetch)(struct db_context *db, TALLOC_CTX *mem_ctx,
- TDB_DATA key, TDB_DATA *data);
int (*traverse)(struct db_context *db,
int (*f)(struct db_record *rec,
void *private_data),