These are useful functions for callers who want to supress all output
from p11-kit library.
p11_kit_message
p11_kit_space_strdup
p11_kit_space_strlen
+p11_kit_be_quiet
+p11_kit_be_loud
<SUBSECTION Private>
CK_FUNCTION_LIST_PTR
CK_RV
<SECTION>
<FILE>p11-kit-future</FILE>
p11_kit_set_progname
-p11_kit_be_quiet
-p11_kit_be_loud
p11_kit_destroyer
P11KitIter
p11_kit_iter
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);