00001 #include "winbind_nss_config.h"
00002 #include "winbindd_nss.h"
00003
00004 void init_request(struct winbindd_request *req,int rq_type);
00005 NSS_STATUS winbindd_send_request(int req_type, int need_priv,
00006 struct winbindd_request *request);
00007 NSS_STATUS winbindd_get_response(struct winbindd_response *response);
00008 NSS_STATUS winbindd_request_response(int req_type,
00009 struct winbindd_request *request,
00010 struct winbindd_response *response);
00011 NSS_STATUS winbindd_priv_request_response(int req_type,
00012 struct winbindd_request *request,
00013 struct winbindd_response *response);
00014 int write_sock(void *buffer, int count, int recursing, int need_priv);
00015 int read_reply(struct winbindd_response *response);
00016 void close_sock(void);
00017 void free_response(struct winbindd_response *response);
00018