From c821be415b6798d0eaf182e18234513c36d42336 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 23 Jan 2010 18:06:53 +0100 Subject: nsswitch: Make some functions static --- nsswitch/winbind_client.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'nsswitch/winbind_client.h') diff --git a/nsswitch/winbind_client.h b/nsswitch/winbind_client.h index b004d9c2c0..d4f60a2f9c 100644 --- a/nsswitch/winbind_client.h +++ b/nsswitch/winbind_client.h @@ -1,7 +1,6 @@ #include "winbind_nss_config.h" #include "winbind_struct_protocol.h" -void winbindd_init_request(struct winbindd_request *req,int rq_type); void winbindd_free_response(struct winbindd_response *response); NSS_STATUS winbindd_send_request(int req_type, int need_priv, struct winbindd_request *request); @@ -12,8 +11,6 @@ NSS_STATUS winbindd_request_response(int req_type, NSS_STATUS winbindd_priv_request_response(int req_type, struct winbindd_request *request, struct winbindd_response *response); -int winbindd_read_reply(struct winbindd_response *response); - #define winbind_env_set() \ (strcmp(getenv(WINBINDD_DONT_ENV)?getenv(WINBINDD_DONT_ENV):"0","1") == 0) @@ -23,8 +20,5 @@ int winbindd_read_reply(struct winbindd_response *response); #define winbind_on() \ (setenv(WINBINDD_DONT_ENV, "0", 1) == 0) -int winbind_write_sock(void *buffer, int count, int recursing, int need_priv); -int winbind_read_sock(void *buffer, int count); -void winbind_close_sock(void); const char *nss_err_str(NSS_STATUS ret); -- cgit