diff options
-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 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); |