summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p11-kit/iter.h1
-rw-r--r--p11-kit/uri.h1
2 files changed, 2 insertions, 0 deletions
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);