1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libsmbconf: fix comment headers in smbconf.h

Michael
(This used to be commit 54c0461679)
This commit is contained in:
Michael Adam 2008-04-22 16:13:29 +02:00
parent 03a9ee1520
commit a376e2bf49

View File

@ -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);