Changeset 740 for vendor/current/libcli/cldap/cldap.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/cldap/cldap.h
r414 r740 20 20 */ 21 21 22 #include "../libcli/netlogon .h"22 #include "../libcli/netlogon/netlogon.h" 23 23 24 24 struct ldap_message; … … 117 117 const struct cldap_netlogon *io); 118 118 NTSTATUS cldap_netlogon_recv(struct tevent_req *req, 119 struct smb_iconv_convenience *iconv_convenience,120 119 TALLOC_CTX *mem_ctx, 121 120 struct cldap_netlogon *io); 122 121 NTSTATUS cldap_netlogon(struct cldap_socket *cldap, 123 struct smb_iconv_convenience *iconv_convenience,124 122 TALLOC_CTX *mem_ctx, 125 123 struct cldap_netlogon *io); 126 124 127 125 NTSTATUS cldap_netlogon_reply(struct cldap_socket *cldap, 128 struct smb_iconv_convenience *iconv_convenience,129 126 uint32_t message_id, 130 127 struct tsocket_address *dst,
Note:
See TracChangeset
for help on using the changeset viewer.