diff options
Diffstat (limited to 'p11-kit/p11-kit-uri.h')
-rw-r--r-- | p11-kit/p11-kit-uri.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p11-kit/p11-kit-uri.h b/p11-kit/p11-kit-uri.h index 27abf6c..b6af4ff 100644 --- a/p11-kit/p11-kit-uri.h +++ b/p11-kit/p11-kit-uri.h @@ -115,6 +115,8 @@ int p11_kit_uri_parse (const char *string, void p11_kit_uri_free (P11KitUri *uri); +const char* p11_kit_uri_message (int code); + #ifdef __cplusplus } /* extern "C" */ #endif |