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

libsmbconf: add structuring comments to the prototypes in the public header.

Michael
(This used to be commit 4f816df276)
This commit is contained in:
Michael Adam 2008-03-21 16:45:25 +01:00
parent e62cae6638
commit 40ea88db5e

View File

@ -31,7 +31,15 @@ struct smbconf_csn {
* WARNING: this api is still subject to change.
*/
/*
* initialization functions for the available modules
* (a dispatcher might be added in the future)
*/
WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx);
/*
* the smbconf API functions
*/
void smbconf_shutdown(struct smbconf_ctx *ctx);
bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
const char *service, const char *param);