From 7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 16 Aug 2011 16:20:14 +0200 Subject: s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h --- source3/lib/dbwrap/dbwrap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/lib/dbwrap/dbwrap.h') 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, -- cgit