Samba 3: added Samba 3.0.24 sources
[tomato.git] / release / src / router / samba3 / source / nsswitch / winbind_client.h
blob1d3d379af00d0f35b57eef58c6db7ae41b467244
1 #include "winbind_nss_config.h"
2 #include "winbindd_nss.h"
4 void init_request(struct winbindd_request *req,int rq_type);
5 NSS_STATUS winbindd_send_request(int req_type,
6 struct winbindd_request *request);
7 NSS_STATUS winbindd_get_response(struct winbindd_response *response);
8 NSS_STATUS winbindd_request_response(int req_type,
9 struct winbindd_request *request,
10 struct winbindd_response *response);
11 int write_sock(void *buffer, int count, int recursing);
12 int read_reply(struct winbindd_response *response);
13 void close_sock(void);
14 void free_response(struct winbindd_response *response);