summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit.h
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-06-09 09:42:55 +0200
committerStef Walter <stefw@collabora.co.uk>2011-06-09 09:42:55 +0200
commit48a08272bfcc0153887b850b4ea82e8fb7d8f1ae (patch)
treed17ab88ff14e5e515edb6a7126e0778dd95f34cf /p11-kit/p11-kit.h
parent21333019a5afceb5f07637fb50b784a4ecd9f9ff (diff)
downloadp11-kit-48a08272bfcc0153887b850b4ea82e8fb7d8f1ae.tar.gz
Store last failure message per thread.
* Add p11_kit_message() function to get last message.
Diffstat (limited to 'p11-kit/p11-kit.h')
-rw-r--r--p11-kit/p11-kit.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/p11-kit/p11-kit.h b/p11-kit/p11-kit.h
index 96b9df3..cf84db6 100644
--- a/p11-kit/p11-kit.h
+++ b/p11-kit/p11-kit.h
@@ -78,6 +78,14 @@ size_t p11_kit_space_strlen (const unsigned char
char* p11_kit_space_strdup (const unsigned char *string,
size_t max_length);
+#ifdef P11_KIT_FUTURE_UNSTABLE_API
+
+void p11_kit_be_quiet (void);
+
+const char* p11_kit_message (void);
+
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif