summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbind_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nsswitch/winbind_client.h')
-rw-r--r--source/nsswitch/winbind_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/nsswitch/winbind_client.h b/source/nsswitch/winbind_client.h
index ec20cd78ef4..1d3d379af00 100644
--- a/source/nsswitch/winbind_client.h
+++ b/source/nsswitch/winbind_client.h
@@ -8,8 +8,7 @@ NSS_STATUS winbindd_get_response(struct winbindd_response *response);
NSS_STATUS winbindd_request_response(int req_type,
struct winbindd_request *request,
struct winbindd_response *response);
-int winbind_open_pipe_sock(void);
-int write_sock(void *buffer, int count);
+int write_sock(void *buffer, int count, int recursing);
int read_reply(struct winbindd_response *response);
void close_sock(void);
void free_response(struct winbindd_response *response);