VERSION: Raise version number up to 3.0.36.
[Samba.git] / source / nsswitch / winbind_client.h
blobd80aff37fa1d40f37b5e2c71945ced28730d99b1
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, int need_priv,
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 NSS_STATUS winbindd_priv_request_response(int req_type,
12 struct winbindd_request *request,
13 struct winbindd_response *response);
14 int write_sock(void *buffer, int count, int recursing, int need_priv);
15 int read_reply(struct winbindd_response *response);
16 void close_sock(void);
17 void free_response(struct winbindd_response *response);