diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-05-25 11:44:40 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-05-25 11:44:40 +0200 |
commit | 7c2a8a5b3ad134b6e3093761d617936dcbd21adf (patch) | |
tree | 20061e7726a61ca86a211b8549315d97d3f138d4 /p11-kit/p11-kit-uri.h | |
parent | a01f4351e34fee946d1ffb81baa31a756e2851be (diff) |
Add p11_kit_uri_message() function.
Gets messages for p11-kit error codes.
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 |