diff options
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_tdb.h')
-rw-r--r-- | source3/lib/dbwrap/dbwrap_tdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/dbwrap/dbwrap_tdb.h b/source3/lib/dbwrap/dbwrap_tdb.h index 1f7a223c70..6a6da45a08 100644 --- a/source3/lib/dbwrap/dbwrap_tdb.h +++ b/source3/lib/dbwrap/dbwrap_tdb.h @@ -25,6 +25,7 @@ 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, |