diff options
Diffstat (limited to 'source3/nsswitch/winbind_client.h')
-rw-r--r-- | source3/nsswitch/winbind_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbind_client.h b/source3/nsswitch/winbind_client.h index 4de2d57cc7d..ec20cd78ef4 100644 --- a/source3/nsswitch/winbind_client.h +++ b/source3/nsswitch/winbind_client.h @@ -5,7 +5,7 @@ void init_request(struct winbindd_request *req,int rq_type); NSS_STATUS winbindd_send_request(int req_type, struct winbindd_request *request); NSS_STATUS winbindd_get_response(struct winbindd_response *response); -NSS_STATUS winbindd_request(int req_type, +NSS_STATUS winbindd_request_response(int req_type, struct winbindd_request *request, struct winbindd_response *response); int winbind_open_pipe_sock(void); |