summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-08-16 16:20:14 +0200
committerMichael Adam <obnox@samba.org>2011-10-11 14:17:55 +0200
commit7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36 (patch)
tree7e8c044a7fdcaba69d11ed1c58ed15eed13c8ae5 /source3/lib/dbwrap/dbwrap.h
parentc768121661cf5e845ceca3b04181937c36106484 (diff)
downloadsamba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.tar.gz
samba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.tar.bz2
samba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.zip
s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h
Diffstat (limited to 'source3/lib/dbwrap/dbwrap.h')
-rw-r--r--source3/lib/dbwrap/dbwrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/dbwrap/dbwrap.h b/source3/lib/dbwrap/dbwrap.h
index ab52783388..dbefe7bfd6 100644
--- a/source3/lib/dbwrap/dbwrap.h
+++ b/source3/lib/dbwrap/dbwrap.h
@@ -56,8 +56,6 @@ struct db_context {
bool persistent;
};
-struct db_context *db_open_rbt(TALLOC_CTX *mem_ctx);
-
NTSTATUS dbwrap_delete(struct db_context *db, TDB_DATA key);
NTSTATUS dbwrap_store(struct db_context *db, TDB_DATA key,