diff options
author | Stef Walter <stef@thewalter.net> | 2014-07-04 14:50:44 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-07-04 14:50:44 +0200 |
commit | d8c064dff11af8537d1c228927c9da82cb6b60e4 (patch) | |
tree | 41b6feaefb6222fb1c443fe59122421d90dd3b01 /p11-kit | |
parent | 25e8999fd11d0b2c156f3bdd8597142dedd042cb (diff) |
p11-kit: Mark p11_kit_be_quiet() and p11_kit_be_loud() stable
These are useful functions for callers who want to supress all output
from p11-kit library.
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/p11-kit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/p11-kit/p11-kit.h b/p11-kit/p11-kit.h index d5f0bd9..f99f7ed 100644 --- a/p11-kit/p11-kit.h +++ b/p11-kit/p11-kit.h @@ -102,14 +102,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_set_progname (const char *progname); - void p11_kit_be_quiet (void); void p11_kit_be_loud (void); +#ifdef P11_KIT_FUTURE_UNSTABLE_API + +void p11_kit_set_progname (const char *progname); + #endif const char * p11_kit_message (void); |