summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbind_client.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-08-28 12:49:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:16 -0500
commitc790f6437f465d9dda3dd48dca549c76d5d2fdb8 (patch)
tree710b12970ce30380b1d688b4bb126eac82d7c23c /source3/nsswitch/winbind_client.h
parent2af963792566797ac9edcfb528198b82a2518a18 (diff)
downloadsamba-c790f6437f465d9dda3dd48dca549c76d5d2fdb8.tar.gz
samba-c790f6437f465d9dda3dd48dca549c76d5d2fdb8.tar.bz2
samba-c790f6437f465d9dda3dd48dca549c76d5d2fdb8.zip
r24734: Move nss_err_str() to a more public place.
Guenther (This used to be commit f62292c5a1bcae2bfa10632014c5ac06dd1f50bb)
Diffstat (limited to 'source3/nsswitch/winbind_client.h')
-rw-r--r--source3/nsswitch/winbind_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbind_client.h b/source3/nsswitch/winbind_client.h
index d80aff37fa..423fa30056 100644
--- a/source3/nsswitch/winbind_client.h
+++ b/source3/nsswitch/winbind_client.h
@@ -15,4 +15,5 @@ int write_sock(void *buffer, int count, int recursing, int need_priv);
int read_reply(struct winbindd_response *response);
void close_sock(void);
void free_response(struct winbindd_response *response);
+const char *nss_err_str(NSS_STATUS ret);