Changeset 77 for trunk/samba/source/nsswitch/winbind_client.h
- Timestamp:
- Sep 30, 2007, 3:42:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/nsswitch/winbind_client.h
r22 r77 1 1 #include "winbind_nss_config.h" 2 #include "winbind d_nss.h"2 #include "winbind_struct_protocol.h" 3 3 4 void init_request(struct winbindd_request *req,int rq_type); 4 void winbindd_init_request(struct winbindd_request *req,int rq_type); 5 void winbindd_free_response(struct winbindd_response *response); 5 6 NSS_STATUS winbindd_send_request(int req_type, int need_priv, 6 7 struct winbindd_request *request); … … 12 13 struct winbindd_request *request, 13 14 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); 15 int winbindd_read_reply(struct winbindd_response *response); 18 16 17 bool winbind_env_set(void); 18 bool winbind_off(void); 19 bool winbind_on(void); 20 21 int winbind_write_sock(void *buffer, int count, int recursing, int need_priv); 22 int winbind_read_sock(void *buffer, int count); 23 void winbind_close_sock(void); 24 25 const char *nss_err_str(NSS_STATUS ret);
Note:
See TracChangeset
for help on using the changeset viewer.