diff options
author | Volker Lendecke <vl@samba.org> | 2010-01-23 18:20:36 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-23 19:14:50 +0100 |
commit | 756444566f60fca62ae5f5a17ddbf5267c25dad2 (patch) | |
tree | 009cb6b3a18d38ed6097fb8e79fa4d583fd94784 /nsswitch/winbind_client.h | |
parent | c821be415b6798d0eaf182e18234513c36d42336 (diff) | |
download | samba-756444566f60fca62ae5f5a17ddbf5267c25dad2.tar.gz |
nsswitch: Move nss_err_str to its only caller
Diffstat (limited to 'nsswitch/winbind_client.h')
-rw-r--r-- | nsswitch/winbind_client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nsswitch/winbind_client.h b/nsswitch/winbind_client.h index d4f60a2f9ce..ed1c81ddb2b 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); |