Changeset 988 for vendor/current/libcli/cldap/cldap.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
-
vendor/current/libcli/cldap/cldap.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/cldap/cldap.h
r740 r988 53 53 54 54 NTSTATUS cldap_socket_init(TALLOC_CTX *mem_ctx, 55 struct tevent_context *ev,56 55 const struct tsocket_address *local_addr, 57 56 const struct tsocket_address *remote_addr, … … 59 58 60 59 NTSTATUS cldap_set_incoming_handler(struct cldap_socket *cldap, 60 struct tevent_context *ev, 61 61 void (*handler)(struct cldap_socket *, 62 62 void *private_data, … … 64 64 void *private_data); 65 65 struct tevent_req *cldap_search_send(TALLOC_CTX *mem_ctx, 66 struct tevent_context *ev, 66 67 struct cldap_socket *cldap, 67 68 const struct cldap_search *io); … … 114 115 115 116 struct tevent_req *cldap_netlogon_send(TALLOC_CTX *mem_ctx, 117 struct tevent_context *ev, 116 118 struct cldap_socket *cldap, 117 119 const struct cldap_netlogon *io); … … 122 124 TALLOC_CTX *mem_ctx, 123 125 struct cldap_netlogon *io); 126 char *cldap_netlogon_create_filter(TALLOC_CTX *mem_ctx, 127 const struct cldap_netlogon *io); 124 128 125 129 NTSTATUS cldap_netlogon_reply(struct cldap_socket *cldap,
Note:
See TracChangeset
for help on using the changeset viewer.
