summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-version.h.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-24 00:48:02 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-24 00:48:02 +0000
commitda45617efc5e3be26d6410857a730c94b32fe24b (patch)
treece1d702c60ae39c26c20e2987d03ed6046ec9ebb /polyp/polyplib-version.h.in
parenta6471e26022a7eada70dd128c51f0fa593718c5d (diff)
add user volume API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@255 fefdeb5f-60dc-0310-8127-8f9354f1896f
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