diff options
Diffstat (limited to 'p11-kit/uri.h')
-rw-r--r-- | p11-kit/uri.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p11-kit/uri.h b/p11-kit/uri.h index e19166d..c8bc9c7 100644 --- a/p11-kit/uri.h +++ b/p11-kit/uri.h @@ -140,6 +140,9 @@ void p11_kit_uri_free (P11KitUri *uri); const char* p11_kit_uri_message (int code); +size_t p11_kit_uri_space_strlen (const unsigned char *string, + size_t max_length); + #ifdef __cplusplus } /* extern "C" */ #endif |