libsmbconf: Convert smbconf_transaction_*() to sbcErr.
[amitay/samba.git] / lib / smbconf / smbconf_private.h
index 6672a50de19e8d905638206d82b37313d725da72..e768c30b91eb6cc7e685ad72156ae0fa0457732d 100644 (file)
@@ -68,9 +68,9 @@ struct smbconf_ops {
                               uint32_t num_includes, const char **includes);
        sbcErr (*delete_includes)(struct smbconf_ctx *ctx,
                                  const char *service);
-       WERROR (*transaction_start)(struct smbconf_ctx *ctx);
-       WERROR (*transaction_commit)(struct smbconf_ctx *ctx);
-       WERROR (*transaction_cancel)(struct smbconf_ctx *ctx);
+       sbcErr (*transaction_start)(struct smbconf_ctx *ctx);
+       sbcErr (*transaction_commit)(struct smbconf_ctx *ctx);
+       sbcErr (*transaction_cancel)(struct smbconf_ctx *ctx);
 };
 
 struct smbconf_ctx {