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:
parent
7a57ccd2c5
commit
25e798e641
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user