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