Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
api-declare-end.h
Go to the documentation of this file.
1 /* api-declare-end.h
2  * Copyright 2010 John Lindgren
3  *
4  * This file is part of Audacious.
5  *
6  * Audacious is free software: you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License as published by the Free Software
8  * Foundation, version 2 or version 3 of the License.
9  *
10  * Audacious is distributed in the hope that it will be useful, but WITHOUT ANY
11  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12  * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * Audacious. If not, see <http://www.gnu.org/licenses/>.
16  *
17  * The Audacious team does not consider modular code linking to Audacious or
18  * using our public API to be a derived work.
19  */
20 
21 #if ! defined AUD_API_NAME || ! defined AUD_API_SYMBOL || ! defined AUD_API_DECLARE_H
22 #error Bad usage of api-declare-end.h
23 #endif
24 
25 };
26 
27 #undef AUD_API_DECLARE_H
28 
29 #undef AUD_FUNC0
30 #undef AUD_FUNC1
31 #undef AUD_FUNC2
32 #undef AUD_FUNC3
33 #undef AUD_FUNC4
34 #undef AUD_FUNC5
35 #undef AUD_FUNC6
36 #undef AUD_FUNC7
37 #undef AUD_FUNC8
38 
39 #undef AUD_VFUNC0
40 #undef AUD_VFUNC1
41 #undef AUD_VFUNC2
42 #undef AUD_VFUNC3
43 #undef AUD_VFUNC4
44 #undef AUD_VFUNC5
45 #undef AUD_VFUNC6
46 #undef AUD_VFUNC7
47 #undef AUD_VFUNC8