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:
parent
03a9ee1520
commit
a376e2bf49
@ -27,13 +27,18 @@ struct smbconf_csn {
|
|||||||
uint64_t 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,
|
WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
|
||||||
const char *source);
|
const char *source);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* initialization functions for the available modules
|
||||||
|
*/
|
||||||
|
|
||||||
WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
|
WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
|
||||||
const char *path);
|
const char *path);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user