From 768b42f334fc2504ff9e1e7ec77e4d366220aef8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Nov 2011 10:30:37 +0100 Subject: nbt: move netlogon_samlogon_response into librpc/ndr/ndr_nbt.h. Guenther --- librpc/ndr/ndr_nbt.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'librpc/ndr/ndr_nbt.h') diff --git a/librpc/ndr/ndr_nbt.h b/librpc/ndr/ndr_nbt.h index 65975765cb..bda0e210cf 100644 --- a/librpc/ndr/ndr_nbt.h +++ b/librpc/ndr/ndr_nbt.h @@ -29,6 +29,17 @@ NDR_SCALAR_PROTO(nbt_string, const char *) +struct netlogon_samlogon_response +{ + uint32_t ntver; + union { + struct NETLOGON_SAM_LOGON_RESPONSE_NT40 nt4; + struct NETLOGON_SAM_LOGON_RESPONSE nt5; + struct NETLOGON_SAM_LOGON_RESPONSE_EX nt5_ex; + } data; + +}; + enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_REQUEST(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_REQUEST *r); enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_REQUEST(struct ndr_pull *ndr, int ndr_flags, struct NETLOGON_SAM_LOGON_REQUEST *r); enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_RESPONSE_EX *r); -- cgit