summaryrefslogtreecommitdiff
path: root/p11-kit/uri.h
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2016-09-23 13:27:18 +0200
committerDaiki Ueno <ueno@gnu.org>2016-10-31 12:58:57 +0100
commit07cadc6fd3716f1b2a8265c40b59426847042967 (patch)
tree04d0f403af24764221720750b528927b2d9039c8 /p11-kit/uri.h
parentc30353ec1869024de672731236d9a4acd2f7dd28 (diff)
uri: Port to PKCS#11 GNU calling convention
https://bugs.freedesktop.org/show_bug.cgi?id=97245
Diffstat (limited to 'p11-kit/uri.h')
-rw-r--r--p11-kit/uri.h2
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