idl-pac: add a decoder for the pac info ctr
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Sep 2010 02:13:28 +0000 (19:13 -0700)
committerAndrew Tridgell <tridge@samba.org>
Sun, 26 Sep 2010 06:29:06 +0000 (06:29 +0000)
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

librpc/idl/krb5pac.idl

index 24c55b8541a7a44ebce4775734cbfe953f6669ab..d7a99c99093b268dce81521bb964687791e725c8 100644 (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
                );