00001 /*************************************************************************** 00002 * plugin.h 00003 * 00004 * Fri Aug 25 15:14:47 2006 00005 * Copyright 2006-2007 Neil Williams 00006 * linux@codehelp.co.uk 00007 ****************************************************************************/ 00013 /* 00014 This package is free software; you can redistribute it and/or modify 00015 it under the terms of the GNU General Public License as published by 00016 the Free Software Foundation; either version 3 of the License, or 00017 (at your option) any later version. 00018 00019 This program is distributed in the hope that it will be useful, 00020 but WITHOUT ANY WARRANTY; without even the implied warranty of 00021 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00022 GNU General Public License for more details. 00023 00024 You should have received a copy of the GNU General Public License 00025 along with this program. If not, see <http://www.gnu.org/licenses/>. 00026 */ 00027 /* plugin.h 00028 Old upstream: sam@usaworks.com 00029 */ 00030 #ifndef _PLUGIN_H 00031 #define _PLUGIN_H 00032 00033 gboolean init_plugins (void); 00034 00035 #endif /* _PLUGIN_H */