From d4c6b009223c1ed6caf538c35b42e16c98e2bded Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 4 May 2018 14:40:12 +0200 Subject: nsswitch: Make two functions static nss_irix was the only external user Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- nsswitch/wb_common.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'nsswitch/wb_common.c') diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c index 6768fde535b..df32789e177 100644 --- a/nsswitch/wb_common.c +++ b/nsswitch/wb_common.c @@ -632,9 +632,11 @@ static int winbindd_read_reply(struct winbindd_context *ctx, * send simple types of requests */ -NSS_STATUS winbindd_send_request(struct winbindd_context *ctx, - int req_type, int need_priv, - struct winbindd_request *request) +static NSS_STATUS winbindd_send_request( + struct winbindd_context *ctx, + int req_type, + int need_priv, + struct winbindd_request *request) { struct winbindd_request lrequest; @@ -682,8 +684,8 @@ NSS_STATUS winbindd_send_request(struct winbindd_context *ctx, * Get results from winbindd request */ -NSS_STATUS winbindd_get_response(struct winbindd_context *ctx, - struct winbindd_response *response) +static NSS_STATUS winbindd_get_response(struct winbindd_context *ctx, + struct winbindd_response *response) { struct winbindd_response lresponse; -- cgit v1.2.1