mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
libsmbconf: Document smbconf_get_global_includes().
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
74dc8c351c
commit
a7ac2a87c6
@ -361,9 +361,24 @@ sbcErr smbconf_get_includes(struct smbconf_ctx *ctx,
|
||||
const char *service,
|
||||
uint32_t *num_includes, char ***includes);
|
||||
|
||||
/**
|
||||
* @brief Get the list of globally included files.
|
||||
*
|
||||
* @param[in] ctx The smbconf context to use.
|
||||
*
|
||||
* @param[in] mem_ctx The memory context to allocate the names.
|
||||
*
|
||||
* @param[out] num_includes A pointer to store the number of included files.
|
||||
*
|
||||
* @param[out] includes A pointer to store the paths of the included files.
|
||||
*
|
||||
* @return SBC_ERR_OK on success, a corresponding sbcErr if an
|
||||
* error occured.
|
||||
*/
|
||||
sbcErr smbconf_get_global_includes(struct smbconf_ctx *ctx,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
uint32_t *num_includes, char ***includes);
|
||||
|
||||
sbcErr smbconf_set_includes(struct smbconf_ctx *ctx,
|
||||
const char *service,
|
||||
uint32_t num_includes, const char **includes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user