From 8a9a90e197d67c58898e959358b9a13482732d3d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 27 Aug 2013 21:16:50 +0200 Subject: Add p11-kit style typedefs for iter and uri In general we're slowly migrating towards the lower case style for stuctures/objects. --- p11-kit/iter.h | 1 + p11-kit/uri.h | 1 + 2 files changed, 2 insertions(+) diff --git a/p11-kit/iter.h b/p11-kit/iter.h index 0201db0..fda0b77 100644 --- a/p11-kit/iter.h +++ b/p11-kit/iter.h @@ -46,6 +46,7 @@ extern "C" { #ifdef P11_KIT_FUTURE_UNSTABLE_API typedef struct p11_kit_iter P11KitIter; +typedef P11KitIter p11_kit_iter; typedef enum { P11_KIT_ITER_BUSY_SESSIONS = 1 << 1, diff --git a/p11-kit/uri.h b/p11-kit/uri.h index 7e03349..64a8ec3 100644 --- a/p11-kit/uri.h +++ b/p11-kit/uri.h @@ -88,6 +88,7 @@ typedef P11KitUriResult p11_kit_uri_result_t; #endif typedef struct p11_kit_uri P11KitUri; +typedef struct p11_kit_uri p11_kit_uri; CK_INFO_PTR p11_kit_uri_get_module_info (P11KitUri *uri); -- cgit v1.1