diff options
author | Andreas Schneider <asn@samba.org> | 2011-04-14 11:05:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-05-10 19:13:23 +0200 |
commit | 5cd229ca5e7c2c227c565b53ad3e23ebde51d3b1 (patch) | |
tree | 70e0bad58cd88a67db5e5b4f84529621ae1ebdcc /lib/smbconf/smbconf.h | |
parent | 25e798e641b2e7acb7ba3794e838fe807e6c0d22 (diff) | |
download | samba-5cd229ca5e7c2c227c565b53ad3e23ebde51d3b1.tar.gz |
libsmbconf: Document smbconf_shutdown().
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/smbconf/smbconf.h')
-rw-r--r-- | lib/smbconf/smbconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/smbconf/smbconf.h b/lib/smbconf/smbconf.h index 5db8858d647..f3d5909998d 100644 --- a/lib/smbconf/smbconf.h +++ b/lib/smbconf/smbconf.h @@ -92,7 +92,13 @@ bool smbconf_backend_requires_messaging(struct smbconf_ctx *ctx); */ bool smbconf_is_writeable(struct smbconf_ctx *ctx); +/** + * @brief Close the configuration. + * + * @param[in] ctx The smbconf context to close. + */ void smbconf_shutdown(struct smbconf_ctx *ctx); + bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn, const char *service, const char *param); sbcErr smbconf_drop(struct smbconf_ctx *ctx); |