X-Git-Url: http://git.samba.org/samba.git/?p=vlendec%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=lib%2Fdbwrap%2Fdbwrap_tdb.h;h=d5f49c7d5741efd25db8bf5c5d62e86e658f1447;hp=6a6da45a084f645d9ce37a5fe2b35aca61d65255;hb=1854252816bf19b9afd104098e750d8495ad85b6;hpb=e945511aae52c0bc50007ffc703241c7da1db372 diff --git a/lib/dbwrap/dbwrap_tdb.h b/lib/dbwrap/dbwrap_tdb.h index 6a6da45a084..d5f49c7d574 100644 --- a/lib/dbwrap/dbwrap_tdb.h +++ b/lib/dbwrap/dbwrap_tdb.h @@ -25,11 +25,11 @@ struct db_context; struct db_context *db_open_tdb(TALLOC_CTX *mem_ctx, - struct loadparm_context *lp_ctx, const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode, - enum dbwrap_lock_order lock_order); + enum dbwrap_lock_order lock_order, + uint64_t dbwrap_flags); #endif /* __DBWRAP_TDB_H__ */