summaryrefslogtreecommitdiff
path: root/module/p11-kit.h
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-02-18 10:53:07 +0100
committerStef Walter <stefw@collabora.co.uk>2011-02-18 10:53:07 +0100
commit65509aa3a7c35d8bd5a947ca87c14d4de11deb21 (patch)
tree7595460333f5ea588f69a85035edf418bb2f8d3b /module/p11-kit.h
parent5cc83571c3e0e212f4d84b05bb15088409d9c752 (diff)
Add p11_kit_strerror() method and internationalization.
Diffstat (limited to 'module/p11-kit.h')
-rw-r--r--module/p11-kit.h2
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__ */