]> code.delx.au - pulseaudio/blob - polyp/polyplib-version.h.in
c2442b5204066e663554c677674d068b0890fc00
[pulseaudio] / polyp / polyplib-version.h.in
1 #ifndef foopolyplibversionhfoo /*-*-C-*-*/
2 #define foopolyplibversionhfoo
3
4 /* $Id$ */
5
6 /***
7 This file is part of polypaudio.
8
9 polypaudio is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published
11 by the Free Software Foundation; either version 2 of the License,
12 or (at your option) any later version.
13
14 polypaudio is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with polypaudio; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22 USA.
23 ***/
24
25 /* WARNING: Make sure to edit the real source file polyplib-version.h.in! */
26
27 /** \file
28 * Define header version */
29
30 PA_C_DECL_BEGIN
31
32 /** Return the version of the header files. Keep in mind that this is
33 a macro and not a function, so it is impossible to get the pointer of
34 it. */
35 #define pa_get_headers_version() ("@PACKAGE_VERSION@")
36
37 /** Return the version of the library the current application is linked to. */
38 const char* pa_get_library_version(void);
39
40 /** The current API version. Version 6 relates to polypaudio
41 * 0.6. Prior versions (i.e. Polypaudio 0.5.1 and older) have
42 * PA_API_VERSION undefined. */
43 #define PA_API_VERSION @PA_API_VERSION@
44
45 PA_C_DECL_END
46
47 #endif