diff options
Diffstat (limited to 'p11-kit/p11-kit.h')
-rw-r--r-- | p11-kit/p11-kit.h | 8 |
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 |