From da45617efc5e3be26d6410857a730c94b32fe24b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 24 Oct 2004 00:48:02 +0000 Subject: add user volume API git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@255 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/polyplib-version.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'polyp/polyplib-version.h.in') 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 -- cgit