From f1c2702b268ce2f48cab793422b3c0b7954e9a38 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 25 Sep 2010 19:13:28 -0700 Subject: idl-pac: add a decoder for the pac info ctr Pair-Programmed-With: Stefan Metzmacher Pair-Programmed-With: Andrew Bartlett --- librpc/idl/krb5pac.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'librpc') 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 ); -- cgit