source: trunk-3.0/source/nsswitch/winbind_client.h@ 101

Last change on this file since 101 was 22, checked in by Yuri Dario, 18 years ago

Source code upgrade to 3.0.25pre2.

File size: 792 bytes
Line 
1#include "winbind_nss_config.h"
2#include "winbindd_nss.h"
3
4void init_request(struct winbindd_request *req,int rq_type);
5NSS_STATUS winbindd_send_request(int req_type, int need_priv,
6 struct winbindd_request *request);
7NSS_STATUS winbindd_get_response(struct winbindd_response *response);
8NSS_STATUS winbindd_request_response(int req_type,
9 struct winbindd_request *request,
10 struct winbindd_response *response);
11NSS_STATUS winbindd_priv_request_response(int req_type,
12 struct winbindd_request *request,
13 struct winbindd_response *response);
14int write_sock(void *buffer, int count, int recursing, int need_priv);
15int read_reply(struct winbindd_response *response);
16void close_sock(void);
17void free_response(struct winbindd_response *response);
18
Note: See TracBrowser for help on using the repository browser.