summaryrefslogtreecommitdiff
path: root/lib/smbconf/smbconf.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-04-11 17:43:10 +0200
committerMichael Adam <obnox@samba.org>2011-05-10 19:13:22 +0200
commit4d391d29f87cfe88e1d3aa96f193c486beb5a1f1 (patch)
tree07c6362725b61ac2b7bd991c8a9382ae05902d12 /lib/smbconf/smbconf.h
parente1f0b91c5fd6b11e258464994868be8020c89e89 (diff)
downloadsamba-4d391d29f87cfe88e1d3aa96f193c486beb5a1f1.tar.gz
samba-4d391d29f87cfe88e1d3aa96f193c486beb5a1f1.tar.bz2
samba-4d391d29f87cfe88e1d3aa96f193c486beb5a1f1.zip
libsmbconf: Convert smbconf_get_config() to sbcErr.
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/smbconf/smbconf.h')
-rw-r--r--lib/smbconf/smbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smbconf/smbconf.h b/lib/smbconf/smbconf.h
index f5dd922ed1..467b5caa79 100644
--- a/lib/smbconf/smbconf.h
+++ b/lib/smbconf/smbconf.h
@@ -76,7 +76,7 @@ void smbconf_shutdown(struct smbconf_ctx *ctx);
bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
const char *service, const char *param);
sbcErr smbconf_drop(struct smbconf_ctx *ctx);
-WERROR smbconf_get_config(struct smbconf_ctx *ctx,
+sbcErr smbconf_get_config(struct smbconf_ctx *ctx,
TALLOC_CTX *mem_ctx,
uint32_t *num_shares,
struct smbconf_service ***services);