Changeset 988 for vendor/current/libcli/netlogon/netlogon.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/netlogon/netlogon.h
r740 r988 27 27 #include "librpc/gen_ndr/ndr_misc.h" 28 28 #include "librpc/gen_ndr/ndr_security.h" 29 #include "librpc/gen_ndr/ndr_svcctl.h"30 #include "librpc/gen_ndr/ndr_samr.h"31 32 struct netlogon_samlogon_response33 {34 uint32_t ntver;35 union {36 struct NETLOGON_SAM_LOGON_RESPONSE_NT40 nt4;37 struct NETLOGON_SAM_LOGON_RESPONSE nt5;38 struct NETLOGON_SAM_LOGON_RESPONSE_EX nt5_ex;39 } data;40 41 };42 29 43 30 struct nbt_netlogon_response … … 52 39 53 40 #include "../libcli/netlogon/netlogon_proto.h" 54 #include "../libcli/netlogon/ndr_netlogon_proto.h"55 41 #endif /* __CLDAP_SERVER_PROTO_H__ */
Note:
See TracChangeset
for help on using the changeset viewer.