From 756444566f60fca62ae5f5a17ddbf5267c25dad2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 23 Jan 2010 18:20:36 +0100 Subject: nsswitch: Move nss_err_str to its only caller --- nsswitch/winbind_client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'nsswitch/winbind_client.h') 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); -- cgit