diff options
Diffstat (limited to 'p11-kit/p11-kit.h')
-rw-r--r-- | p11-kit/p11-kit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p11-kit/p11-kit.h b/p11-kit/p11-kit.h index 77cf1b5..042ed44 100644 --- a/p11-kit/p11-kit.h +++ b/p11-kit/p11-kit.h @@ -84,6 +84,8 @@ void p11_kit_set_progname (const char *progname void p11_kit_be_quiet (void); +void p11_kit_be_loud (void); + const char* p11_kit_message (void); #endif |