summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/polyplib-version.h.in')
-rw-r--r--polyp/polyplib-version.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/polyp/polyplib-version.h.in b/polyp/polyplib-version.h.in
index 75798693..c2442b52 100644
--- a/polyp/polyplib-version.h.in
+++ b/polyp/polyplib-version.h.in
@@ -27,6 +27,8 @@
/** \file
* Define header version */
+PA_C_DECL_BEGIN
+
/** Return the version of the header files. Keep in mind that this is
a macro and not a function, so it is impossible to get the pointer of
it. */
@@ -40,4 +42,6 @@ const char* pa_get_library_version(void);
* PA_API_VERSION undefined. */
#define PA_API_VERSION @PA_API_VERSION@
+PA_C_DECL_END
+
#endif