1.. highlight:: c 2 3.. _krb5-pac-struct: 4 5krb5_pac 6======== 7 8.. 9.. c:type:: krb5_pac 10.. 11 12PAC data structure to convey authorization information. 13 14 15 16Declaration 17------------ 18 19typedef struct krb5_pac_data\* krb5_pac 20 21 22