source: branches/samba-3.5.x/server/nsswitch/winbind_client.h@ 711

Last change on this file since 711 was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 1.1 KB
Line 
1#include "winbind_nss_config.h"
2#include "winbind_struct_protocol.h"
3
4void winbindd_init_request(struct winbindd_request *req,int rq_type);
5void winbindd_free_response(struct winbindd_response *response);
6NSS_STATUS winbindd_send_request(int req_type, int need_priv,
7 struct winbindd_request *request);
8NSS_STATUS winbindd_get_response(struct winbindd_response *response);