summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-22 16:13:29 +0200
committerMichael Adam <obnox@samba.org>2008-04-22 16:32:31 +0200
commita376e2bf49d35ca2bdb0ebdc436de10019103136 (patch)
tree7a93d8be1510459033f2b6720e62f07e8381133d
parent03a9ee152020815af66d52f68ce6ecf6a954e09e (diff)
downloadsamba-a376e2bf49d35ca2bdb0ebdc436de10019103136.tar.gz
samba-a376e2bf49d35ca2bdb0ebdc436de10019103136.tar.bz2
samba-a376e2bf49d35ca2bdb0ebdc436de10019103136.zip
libsmbconf: fix comment headers in smbconf.h
Michael (This used to be commit 54c0461679642b38653f803e7b21d865472f3f91)
-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);