libsmbconf: Convert smbconf_delete_includes() to sbcErr.
[amitay/samba.git] / lib / smbconf / smbconf_private.h
index 1cb8b88d13f5e6c42b8289dcbf85411ec95fc45f..6672a50de19e8d905638206d82b37313d725da72 100644 (file)
@@ -66,7 +66,7 @@ struct smbconf_ops {
        sbcErr (*set_includes)(struct smbconf_ctx *ctx,
                               const char *service,
                               uint32_t num_includes, const char **includes);
-       WERROR (*delete_includes)(struct smbconf_ctx *ctx,
+       sbcErr (*delete_includes)(struct smbconf_ctx *ctx,
                                  const char *service);
        WERROR (*transaction_start)(struct smbconf_ctx *ctx);
        WERROR (*transaction_commit)(struct smbconf_ctx *ctx);