1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

libsmbconf: Document smbconf_is_writeable().

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Andreas Schneider 2011-04-14 11:04:15 +02:00 committed by Michael Adam
parent 7a57ccd2c5
commit 25e798e641

View File

@ -83,7 +83,15 @@ const char *sbcErrorString(sbcErr error);
*/
bool smbconf_backend_requires_messaging(struct smbconf_ctx *ctx);
/**
* @brief Tell whether the source is writeable.
*
* @param[in] ctx The smbconf context to check.
*
* @return True if it is writeable, false if not.
*/
bool smbconf_is_writeable(struct smbconf_ctx *ctx);
void smbconf_shutdown(struct smbconf_ctx *ctx);
bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
const char *service, const char *param);