mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
libsmbconf: Document smbconf_drop().
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
1b0809bd73
commit
938690c771
@ -121,7 +121,16 @@ void smbconf_shutdown(struct smbconf_ctx *ctx);
|
|||||||
bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
|
bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
|
||||||
const char *service, const char *param);
|
const char *service, const char *param);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Drop the whole configuration (restarting empty).
|
||||||
|
*
|
||||||
|
* @param[in] ctx The smbconf context to drop the config.
|
||||||
|
*
|
||||||
|
* @return SBC_ERR_OK on success, a corresponding sbcErr if an
|
||||||
|
* error occured.
|
||||||
|
*/
|
||||||
sbcErr smbconf_drop(struct smbconf_ctx *ctx);
|
sbcErr smbconf_drop(struct smbconf_ctx *ctx);
|
||||||
|
|
||||||
sbcErr smbconf_get_config(struct smbconf_ctx *ctx,
|
sbcErr smbconf_get_config(struct smbconf_ctx *ctx,
|
||||||
TALLOC_CTX *mem_ctx,
|
TALLOC_CTX *mem_ctx,
|
||||||
uint32_t *num_shares,
|
uint32_t *num_shares,
|
||||||
|
Loading…
Reference in New Issue
Block a user