]> granicus.if.org Git - p11-kit/commitdiff
uri: Port to PKCS#11 GNU calling convention
authorDaiki Ueno <dueno@redhat.com>
Fri, 23 Sep 2016 11:27:18 +0000 (13:27 +0200)
committerDaiki Ueno <ueno@gnu.org>
Mon, 31 Oct 2016 11:58:57 +0000 (12:58 +0100)
https://bugs.freedesktop.org/show_bug.cgi?id=97245

p11-kit/uri.h

index 58f6fc9bd452fe812570c008548712230d04dcce..948733b02802d06d00fcf5ca2d35dc66e7c4fb35 100644 (file)
@@ -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