aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.c
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-03-17 00:10:23 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-03-17 00:10:23 +0000
commitaf529a9fb0b955189619f0113ada0e0a44e5f56b (patch)
treeafbd5aa9a7e48cb8b3f37b75f14554a06be075ac /plugins/plugin_api.c
parentda00482b66a0a33c9129a8abe3d2c856d3235e8a (diff)
downloadwireshark-af529a9fb0b955189619f0113ada0e0a44e5f56b.tar.gz
wireshark-af529a9fb0b955189619f0113ada0e0a44e5f56b.tar.bz2
wireshark-af529a9fb0b955189619f0113ada0e0a44e5f56b.zip
Clean up.
Remove obsolete plugin address table and related files. Remove related targets from various makefiles. svn path=/trunk/; revision=13787
Diffstat (limited to 'plugins/plugin_api.c')
-rw-r--r--plugins/plugin_api.c39
1 files changed, 0 insertions, 39 deletions
diff --git a/plugins/plugin_api.c b/plugins/plugin_api.c
deleted file mode 100644
index 8b1bbff9a5..0000000000
--- a/plugins/plugin_api.c
+++ /dev/null
@@ -1,39 +0,0 @@
-/* plugin_api.c
- * Routines for Ethereal plugins.
- *
- * $Id$
- *
- * Ethereal - Network traffic analyzer
- * Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <stdarg.h>
-
-#include <glib.h>
-
-#include "plugin_api.h"
-
-void
-plugin_address_table_init(plugin_address_table_t *pat)
-{
-/* file generated by plugin_gen.py */
-#include "Xplugin_api.c"
-}