From 62030ee6a7f076220fef0ef290a3c463c9cd9c46 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 14 Apr 2011 11:05:09 +0200 Subject: [PATCH] libsmbconf: Document smbconf_shutdown(). Signed-off-by: Michael Adam --- lib/smbconf/smbconf.h | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.34.1