summaryrefslogtreecommitdiff
path: root/lib/smbconf/smbconf_private.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-04-08 10:28:17 +0200
committerMichael Adam <obnox@samba.org>2011-05-10 19:13:20 +0200
commit9082c7cee8805281d18bd9f2f0afed4260ee95a8 (patch)
treea743afdae98e50ae97ef73e1f3bf33639782b4ea /lib/smbconf/smbconf_private.h
parent29eea4b09ad2e99504f42a3c29195fb4757792dd (diff)
downloadsamba-9082c7cee8805281d18bd9f2f0afed4260ee95a8.tar.gz
samba-9082c7cee8805281d18bd9f2f0afed4260ee95a8.tar.bz2
samba-9082c7cee8805281d18bd9f2f0afed4260ee95a8.zip
libsmbconf: Convert smbconf_open() to sbcErr.
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/smbconf/smbconf_private.h')
-rw-r--r--lib/smbconf/smbconf_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smbconf/smbconf_private.h b/lib/smbconf/smbconf_private.h
index 2b56367f6c..26573274ee 100644
--- a/lib/smbconf/smbconf_private.h
+++ b/lib/smbconf/smbconf_private.h
@@ -31,7 +31,7 @@ struct smbconf_ops {
int (*shutdown)(struct smbconf_ctx *ctx);
bool (*requires_messaging)(struct smbconf_ctx *ctx);
bool (*is_writeable)(struct smbconf_ctx *ctx);
- WERROR (*open_conf)(struct smbconf_ctx *ctx);
+ sbcErr (*open_conf)(struct smbconf_ctx *ctx);
int (*close_conf)(struct smbconf_ctx *ctx);
void (*get_csn)(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
const char *service, const char *param);