From d8c064dff11af8537d1c228927c9da82cb6b60e4 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 4 Jul 2014 14:50:44 +0200 Subject: 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. --- doc/manual/p11-kit-sections.txt | 4 ++-- p11-kit/p11-kit.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/manual/p11-kit-sections.txt b/doc/manual/p11-kit-sections.txt index 1b93e35..75dfce6 100644 --- a/doc/manual/p11-kit-sections.txt +++ b/doc/manual/p11-kit-sections.txt @@ -77,6 +77,8 @@ p11_kit_strerror p11_kit_message p11_kit_space_strdup p11_kit_space_strlen +p11_kit_be_quiet +p11_kit_be_loud CK_FUNCTION_LIST_PTR CK_RV @@ -95,8 +97,6 @@ p11_kit_uri_type_t
p11-kit-future p11_kit_set_progname -p11_kit_be_quiet -p11_kit_be_loud p11_kit_destroyer P11KitIter p11_kit_iter 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); -- cgit v1.2.1