add user volume API

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@255 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-10-24 00:48:02 +00:00
parent a6471e2602
commit da45617efc
6 changed files with 45 additions and 2 deletions

View file

@ -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