lib/util: Add back control of mmap and hash size in tdb for top level build
[garming/samba-autobuild/.git] / lib / util / tdb_wrap.h
index 6f9f3834d430adb99e90f7eab203b56ac5c9abf9..81e77e76a45fc5b2fd23b59309324fd51d40c57a 100644 (file)
@@ -35,8 +35,11 @@ struct tdb_wrap {
        struct tdb_context *tdb;
 };
 
+struct loadparm_context;
+
 struct tdb_wrap *tdb_wrap_open(TALLOC_CTX *mem_ctx,
                               const char *name, int hash_size, int tdb_flags,
-                              int open_flags, mode_t mode);
+                              int open_flags, mode_t mode,
+                              struct loadparm_context *lp_ctx);
 
 #endif /* _TDB_WRAP_H_ */