diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-25 19:13:28 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-26 06:29:06 +0000 |
commit | f1c2702b268ce2f48cab793422b3c0b7954e9a38 (patch) | |
tree | 46cf169930b330ecff94a2d494644310a46856eb /librpc | |
parent | f33fc39f37c21e0d1d5cf926db1a742395f25ea7 (diff) | |
download | samba-f1c2702b268ce2f48cab793422b3c0b7954e9a38.tar.gz samba-f1c2702b268ce2f48cab793422b3c0b7954e9a38.tar.bz2 samba-f1c2702b268ce2f48cab793422b3c0b7954e9a38.zip |
idl-pac: add a decoder for the pac info ctr
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/krb5pac.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/librpc/idl/krb5pac.idl b/librpc/idl/krb5pac.idl index 24c55b8541..d7a99c9909 100644 --- a/librpc/idl/krb5pac.idl +++ b/librpc/idl/krb5pac.idl @@ -122,6 +122,10 @@ interface krb5pac [in] PAC_LOGON_INFO logon_info ); + void decode_login_info_ctr( + [in] PAC_LOGON_INFO_CTR logon_info_ctr + ); + void decode_pac_validate( [in] PAC_Validate pac_validate ); |