From: Daiki Ueno Date: Fri, 23 Sep 2016 11:27:18 +0000 (+0200) Subject: uri: Port to PKCS#11 GNU calling convention X-Git-Tag: 0.23.3~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07cadc6fd3716f1b2a8265c40b59426847042967;p=p11-kit uri: Port to PKCS#11 GNU calling convention https://bugs.freedesktop.org/show_bug.cgi?id=97245 --- 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