summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit.h
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-21 11:06:41 +0100
committerStef Walter <stefw@gnome.org>2013-02-05 14:54:53 +0100
commit3e70ecbab850bcc08ee89e1256d82cca70d80ee7 (patch)
treefadca8bd00fb750cbbedf51c09c2bf65e2689a1c /p11-kit/p11-kit.h
parente5816187231ce27e5f634995e62c1d3ae5c5b2f1 (diff)
Add public iterator API to p11-kit
Diffstat (limited to 'p11-kit/p11-kit.h')
-rw-r--r--p11-kit/p11-kit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/p11-kit/p11-kit.h b/p11-kit/p11-kit.h
index 042ed44..f83cbd0 100644
--- a/p11-kit/p11-kit.h
+++ b/p11-kit/p11-kit.h
@@ -88,6 +88,8 @@ void p11_kit_be_loud (void);
const char* p11_kit_message (void);
+typedef void (* p11_kit_destroyer) (void *data);
+
#endif
#ifdef __cplusplus