summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/smbconf/smbconf.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h
index 5ea8f36d84..589d14ec64 100644
--- a/source3/lib/smbconf/smbconf.h
+++ b/source3/lib/smbconf/smbconf.h
@@ -27,13 +27,18 @@ struct smbconf_csn {
uint64_t csn;
};
-/*
- * initialization functions for the available modules
- */
+/**
+ * intialization dispatcher function.
+ * takes source string in the form of "backend:path"
+ */
WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
const char *source);
+/**
+ * initialization functions for the available modules
+ */
+
WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
const char *path);