nkeynes@1027: /** nkeynes@1027: * $Id$ nkeynes@1027: * nkeynes@1027: * Dummy plugin that exists to mark the plugin directory (and also for testing nkeynes@1027: * purposes) nkeynes@1027: * nkeynes@1027: * Copyright (c) 2009 Nathan Keynes. nkeynes@1027: * nkeynes@1027: * This program is free software; you can redistribute it and/or modify nkeynes@1027: * it under the terms of the GNU General Public License as published by nkeynes@1027: * the Free Software Foundation; either version 2 of the License, or nkeynes@1027: * (at your option) any later version. nkeynes@1027: * nkeynes@1027: * This program is distributed in the hope that it will be useful, nkeynes@1027: * but WITHOUT ANY WARRANTY; without even the implied warranty of nkeynes@1027: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nkeynes@1027: * GNU General Public License for more details. nkeynes@1027: */ nkeynes@1027: nkeynes@1027: #include "plugin.h" nkeynes@1027: nkeynes@1027: DEFINE_PLUGIN( PLUGIN_NONE, "dummy", NULL );