diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-11-19 15:38:02 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-03-10 06:52:29 +0100 |
commit | f4ff3510164748977de056bb8cdbbd22e5fedb3c (patch) | |
tree | 34fcf6992d253733b512557c83287668ab0b0aed | |
parent | ab54e0fd7040e7717fe979b54fb4dfa16813524f (diff) | |
download | samba-f4ff3510164748977de056bb8cdbbd22e5fedb3c.tar.gz |
ntlmssp.idl: make AV_PAIR_LIST public
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
-rw-r--r-- | librpc/idl/ntlmssp.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/ntlmssp.idl b/librpc/idl/ntlmssp.idl index 5d8a12a6836..15c700e82de 100644 --- a/librpc/idl/ntlmssp.idl +++ b/librpc/idl/ntlmssp.idl @@ -172,7 +172,7 @@ interface ntlmssp [subcontext(0),subcontext_size(AvLen),switch_is(AvId)] ntlmssp_AvValue Value; } AV_PAIR; - typedef [gensize,nopush,nopull,flag(NDR_NOALIGN)] struct { + typedef [public,gensize,nopush,nopull,flag(NDR_NOALIGN)] struct { uint32 count; AV_PAIR pair[count]; } AV_PAIR_LIST; |