summaryrefslogtreecommitdiffstats
path: root/src/confdb/confdb_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/confdb/confdb_setup.h')
-rw-r--r--src/confdb/confdb_setup.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/confdb/confdb_setup.h b/src/confdb/confdb_setup.h
index 2b8802f6f..197673d29 100644
--- a/src/confdb/confdb_setup.h
+++ b/src/confdb/confdb_setup.h
@@ -45,8 +45,9 @@
"version: "CONFDB_VERSION"\n" \
"\n"
-int confdb_create_base(struct confdb_ctx *cdb);
-int confdb_test(struct confdb_ctx *cdb);
-int confdb_init_db(const char *config_file, struct confdb_ctx *cdb);
+errno_t confdb_setup(TALLOC_CTX *mem_ctx,
+ const char *cdb_file,
+ const char *config_file,
+ struct confdb_ctx **_cdb);
#endif /* CONFDB_SETUP_H_ */