From a376e2bf49d35ca2bdb0ebdc436de10019103136 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Apr 2008 16:13:29 +0200 Subject: libsmbconf: fix comment headers in smbconf.h Michael (This used to be commit 54c0461679642b38653f803e7b21d865472f3f91) --- source3/lib/smbconf/smbconf.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'source3') 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); -- cgit