diff options
author | Stef Walter <stef@thewalter.net> | 2013-08-27 21:16:50 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-08-28 16:13:39 +0200 |
commit | 8a9a90e197d67c58898e959358b9a13482732d3d (patch) | |
tree | 9f3152b7bef41544655c52868331b3bdcf389791 | |
parent | 1fac2b92d6c53655086a2cc3a653b8e78d92a043 (diff) |
Add p11-kit style typedefs for iter and uri
In general we're slowly migrating towards the lower case style
for stuctures/objects.
-rw-r--r-- | p11-kit/iter.h | 1 | ||||
-rw-r--r-- | p11-kit/uri.h | 1 |
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); |