diff options
Diffstat (limited to 'p11-kit/p11-kit.h')
-rw-r--r-- | p11-kit/p11-kit.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p11-kit/p11-kit.h b/p11-kit/p11-kit.h index f60e4ae..96b9df3 100644 --- a/p11-kit/p11-kit.h +++ b/p11-kit/p11-kit.h @@ -72,6 +72,12 @@ CK_RV p11_kit_load_initialize_module (const char *module_p const char* p11_kit_strerror (CK_RV rv); +size_t p11_kit_space_strlen (const unsigned char *string, + size_t max_length); + +char* p11_kit_space_strdup (const unsigned char *string, + size_t max_length); + #ifdef __cplusplus } /* extern "C" */ #endif |