diff options
Diffstat (limited to 'p11-kit/p11-kit.h')
-rw-r--r-- | p11-kit/p11-kit.h | 2 |
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 |