libsmbconf: Convert smbconf_get_includes() to sbcErr.
[amitay/samba.git] / lib / smbconf / smbconf_private.h
index c46d30279b4fa2c417440af872cbab8ce3018133..8fb9c849219e86d4765cd732d01adc9007287366 100644 (file)
@@ -59,7 +59,7 @@ struct smbconf_ops {
                                char **valstr);
        sbcErr (*delete_parameter)(struct smbconf_ctx *ctx,
                                   const char *service, const char *param);
-       WERROR (*get_includes)(struct smbconf_ctx *ctx,
+       sbcErr (*get_includes)(struct smbconf_ctx *ctx,
                               TALLOC_CTX *mem_ctx,
                               const char *service,
                               uint32_t *num_includes, char ***includes);