diff options
Diffstat (limited to 'module/p11-kit.h')
-rw-r--r-- | module/p11-kit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/p11-kit.h b/module/p11-kit.h index 919d6b8..50b93d8 100644 --- a/module/p11-kit.h +++ b/module/p11-kit.h @@ -54,4 +54,6 @@ CK_RV p11_kit_initialize_module (CK_FUNCTION_LIST_PTR CK_RV p11_kit_finalize_module (CK_FUNCTION_LIST_PTR funcs, CK_VOID_PTR reserved); +const char* p11_kit_strerror (CK_RV rv); + #endif /* __P11_KIT_H__ */ |