[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.
[ira/wip.git] / source3 / lib / smbconf / smbconf.h
index e3374766652550dd86daeaff28d118267e89cee5..3f3435ea0092a6daebdd99bb52381c62ecc130d1 100644 (file)
@@ -56,6 +56,7 @@ WERROR smbconf_init_txt(TALLOC_CTX *mem_ctx,
 /*
  * the smbconf API functions
  */
+bool smbconf_backend_requires_messaging(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);