From 5cd229ca5e7c2c227c565b53ad3e23ebde51d3b1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 14 Apr 2011 11:05:09 +0200 Subject: libsmbconf: Document smbconf_shutdown(). Signed-off-by: Michael Adam --- lib/smbconf/smbconf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/smbconf') diff --git a/lib/smbconf/smbconf.h b/lib/smbconf/smbconf.h index 5db8858d64..f3d5909998 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); -- cgit