source:
branches/samba-3.5.x/server/nsswitch/winbind_client.h@
711
| Last change on this file since 711 was 414, checked in by , 16 years ago | |
|---|---|
| File size: 1.1 KB | |
| Line | |
|---|---|
| 1 | #include "winbind_nss_config.h" |
| 2 | #include "winbind_struct_protocol.h" |
| 3 | |
| 4 | void winbindd_init_request(struct winbindd_request *req,int rq_type); |
| 5 | void winbindd_free_response(struct winbindd_response *response); |
| 6 | NSS_STATUS winbindd_send_request(int req_type, int need_priv, |
| 7 | struct winbindd_request *request); |
| 8 | NSS_STATUS winbindd_get_response(struct winbindd_response *response); |
