]> granicus.if.org Git - p11-kit/commitdiff
Mark p11_kit_message() as a stable function
authorStef Walter <stefw@gnome.org>
Tue, 21 May 2013 10:38:14 +0000 (12:38 +0200)
committerStef Walter <stefw@gnome.org>
Tue, 21 May 2013 10:38:14 +0000 (12:38 +0200)
doc/manual/p11-kit-sections.txt
p11-kit/p11-kit.h

index 84f084d6c8ed334830927c7fab5101792b45a799..5ccba7cb073fb40bf9813913ddd166b594789f96 100644 (file)
@@ -73,6 +73,7 @@ p11_kit_config_option
 <SECTION>
 <FILE>p11-kit-util</FILE>
 p11_kit_strerror
+p11_kit_message
 p11_kit_space_strdup
 p11_kit_space_strlen
 <SUBSECTION Private>
@@ -92,7 +93,6 @@ p11_kit_uri_type_t
 p11_kit_set_progname
 p11_kit_be_quiet
 p11_kit_be_loud
-p11_kit_message
 p11_kit_destroyer
 P11KitIter
 p11_kit_iter_new
index 3c1b9fad6e617e3a4f2fca9b378ecf996644ef07..a07bf40ddc209f5405d6e07ac424822c755a584b 100644 (file)
@@ -109,10 +109,10 @@ void                   p11_kit_be_quiet                     (void);
 
 void                   p11_kit_be_loud                      (void);
 
-const char *           p11_kit_message                      (void);
-
 #endif
 
+const char *           p11_kit_message                      (void);
+
 #ifdef __cplusplus
 } /* extern "C" */
 #endif