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

libsmbconf: Document smbconf_delete_share().

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Andreas Schneider 2011-04-14 11:28:00 +02:00 committed by Michael Adam
parent 474805794e
commit 7e04bd1f85

View File

@ -217,8 +217,19 @@ sbcErr smbconf_get_share(struct smbconf_ctx *ctx,
const char *servicename,
struct smbconf_service **service);
/**
* @brief Delete a service from configuration.
*
* @param[in] ctx The smbconf context to use.
*
* @param[in] servicename The service name to delete.
*
* @return SBC_ERR_OK on success, a corresponding sbcErr if an
* error occured.
*/
sbcErr smbconf_delete_share(struct smbconf_ctx *ctx,
const char *servicename);
sbcErr smbconf_set_parameter(struct smbconf_ctx *ctx,
const char *service,
const char *param,