]> granicus.if.org Git - p11-kit/commitdiff
Add p11-kit style typedefs for iter and uri
authorStef Walter <stef@thewalter.net>
Tue, 27 Aug 2013 19:16:50 +0000 (21:16 +0200)
committerStef Walter <stef@thewalter.net>
Wed, 28 Aug 2013 14:13:39 +0000 (16:13 +0200)
In general we're slowly migrating towards the lower case style
for stuctures/objects.

p11-kit/iter.h
p11-kit/uri.h

index 0201db0a56879bf63b1bc0c3809088a972939f59..fda0b775182c6dce96063b61c7a13477248e8928 100644 (file)
@@ -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,
index 7e0334921cf81f28687e08c85ba6d8ad0b814e1c..64a8ec3b8c67a8d5f477cba804ae8e0b528a8f0b 100644 (file)
@@ -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);