diff options
-rw-r--r-- | doc/manual/p11-kit-sections.txt | 4 | ||||
-rw-r--r-- | 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 <SUBSECTION Private> CK_FUNCTION_LIST_PTR CK_RV @@ -95,8 +97,6 @@ p11_kit_uri_type_t <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 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); |