diff options
-rw-r--r-- | p11-kit/uri.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p11-kit/uri.h b/p11-kit/uri.h index 58f6fc9..948733b 100644 --- a/p11-kit/uri.h +++ b/p11-kit/uri.h @@ -84,6 +84,8 @@ typedef struct ck_token_info *CK_TOKEN_INFO_PTR; typedef ck_attribute_type_t CK_ATTRIBUTE_TYPE; typedef struct ck_attribute *CK_ATTRIBUTE_PTR; typedef unsigned long int CK_ULONG; +typedef struct ck_slot_info *CK_SLOT_INFO_PTR; +typedef ck_slot_id_t CK_SLOT_ID; typedef P11KitUriType p11_kit_uri_type_t; typedef P11KitUriResult p11_kit_uri_result_t; #endif |