00001 /* 00002 * api-define-end.h 00003 * Copyright 2010 John Lindgren 00004 * 00005 * This file is part of Audacious. 00006 * 00007 * Audacious is free software: you can redistribute it and/or modify it under 00008 * the terms of the GNU General Public License as published by the Free Software 00009 * Foundation, version 2 or version 3 of the License. 00010 * 00011 * Audacious is distributed in the hope that it will be useful, but WITHOUT ANY 00012 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 00013 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License along with 00016 * Audacious. If not, see <http://www.gnu.org/licenses/>. 00017 * 00018 * The Audacious team does not consider modular code linking to Audacious or 00019 * using our public API to be a derived work. 00020 */ 00021 00022 #if ! defined AUD_API_NAME || ! defined AUD_API_SYMBOL || ! defined AUD_API_DEFINE_H 00023 #error Bad usage of api-define-end.h 00024 #endif 00025 00026 }; 00027 00028 #undef AUD_API_DEFINE_H 00029 00030 #undef AUD_FUNC0 00031 #undef AUD_FUNC1 00032 #undef AUD_FUNC2 00033 #undef AUD_FUNC3 00034 #undef AUD_FUNC4 00035 #undef AUD_FUNC5 00036 #undef AUD_FUNC6 00037 #undef AUD_FUNC7 00038 #undef AUD_FUNC8 00039 00040 #undef AUD_VFUNC0 00041 #undef AUD_VFUNC1 00042 #undef AUD_VFUNC2 00043 #undef AUD_VFUNC3 00044 #undef AUD_VFUNC4 00045 #undef AUD_VFUNC5 00046 #undef AUD_VFUNC6 00047 #undef AUD_VFUNC7 00048 #undef AUD_VFUNC8