summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-23 18:20:36 +0100
committerVolker Lendecke <vl@samba.org>2010-01-23 19:14:50 +0100
commit756444566f60fca62ae5f5a17ddbf5267c25dad2 (patch)
tree009cb6b3a18d38ed6097fb8e79fa4d583fd94784 /nsswitch/winbind_client.h
parentc821be415b6798d0eaf182e18234513c36d42336 (diff)
downloadsamba-756444566f60fca62ae5f5a17ddbf5267c25dad2.tar.gz
samba-756444566f60fca62ae5f5a17ddbf5267c25dad2.tar.bz2
samba-756444566f60fca62ae5f5a17ddbf5267c25dad2.zip
nsswitch: Move nss_err_str to its only caller
Diffstat (limited to 'nsswitch/winbind_client.h')
-rw-r--r--nsswitch/winbind_client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/nsswitch/winbind_client.h b/nsswitch/winbind_client.h
index d4f60a2f9c..ed1c81ddb2 100644
--- a/nsswitch/winbind_client.h
+++ b/nsswitch/winbind_client.h
@@ -19,6 +19,3 @@ NSS_STATUS winbindd_priv_request_response(int req_type,
#define winbind_on() \
(setenv(WINBINDD_DONT_ENV, "0", 1) == 0)
-
-
-const char *nss_err_str(NSS_STATUS ret);