1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

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>
This commit is contained in:
Andrew Tridgell 2010-09-25 19:13:28 -07:00
parent f33fc39f37
commit f1c2702b26

View File

@ -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
);