summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-11 16:29:28 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-11 17:57:05 +0100
commitf47b518940f67ba6be40cae7eb8e8ba556b5f404 (patch)
tree9f4a44e109f67d069cd5174ccabb6633a7170717 /source3/nsswitch/libwbclient/wbclient.h
parent0e4088e62630e6d0d75025db16ff97f5744194a0 (diff)
downloadsamba-f47b518940f67ba6be40cae7eb8e8ba556b5f404.tar.gz
samba-f47b518940f67ba6be40cae7eb8e8ba556b5f404.tar.bz2
samba-f47b518940f67ba6be40cae7eb8e8ba556b5f404.zip
libwbclient: implement wbcErrorString()
metze (This used to be commit 97a8069075d820c43c17e761b1186d4f0b3c785d)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.h')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h
index 0b256d343f..ef9e3557da 100644
--- a/source3/nsswitch/libwbclient/wbclient.h
+++ b/source3/nsswitch/libwbclient/wbclient.h
@@ -48,7 +48,7 @@ typedef enum _wbcErrType wbcErr;
#define WBC_ERROR_IS_OK(x) ((x) == WBC_ERR_SUCCESS)
-char *wbcErrorString(wbcErr error);
+const char *wbcErrorString(wbcErr error);
/*
* Data types used by the Winbind Client API