libsmbconf: add backend_requires_messaging() method to libsmbconf.
[samba.git] / source / lib / smbconf / smbconf_private.h
index 8e7d6a9983e7c9c832e53f6744c27b25c022ee1b..a47d81fa256c64fa672556b300af4e029fcf5e7d 100644 (file)
@@ -23,6 +23,7 @@
 struct smbconf_ops {
        WERROR (*init)(struct smbconf_ctx *ctx, const char *path);
        int (*shutdown)(struct smbconf_ctx *ctx);
+       bool (*requires_messaging)(struct smbconf_ctx *ctx);
        WERROR (*open_conf)(struct smbconf_ctx *ctx);
        int (*close_conf)(struct smbconf_ctx *ctx);
        void (*get_csn)(struct smbconf_ctx *ctx, struct smbconf_csn *csn,