summaryrefslogtreecommitdiff
path: root/p11-kit
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-05-21 12:38:14 +0200
committerStef Walter <stefw@gnome.org>2013-05-21 12:38:14 +0200
commite98522ba9e92be79526eba9daee9f60aa30ad942 (patch)
tree8b218f0730c91b073faec9d7b42746b19fc8bbc5 /p11-kit
parent61a9cfa62972678f1cbbad7f4d1a814e9b7f05e2 (diff)
Mark p11_kit_message() as a stable function
Diffstat (limited to 'p11-kit')
-rw-r--r--p11-kit/p11-kit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/p11-kit/p11-kit.h b/p11-kit/p11-kit.h
index 3c1b9fa..a07bf40 100644
--- a/p11-kit/p11-kit.h
+++ b/p11-kit/p11-kit.h
@@ -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