aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-18 19:26:26 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-18 19:26:26 +0000
commit46b8fadb043d651135e3a8422144f2d841fe170e (patch)
treec500360894943ff3c1ee072d8177f1d25fae6258 /plugins
parent5eb005487c2c8ea638c92a3f3229267c21125198 (diff)
col_set_fence occurs twice, removed one appearance
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9007 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_api_list.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/plugin_api_list.c b/plugins/plugin_api_list.c
index 4a38811666..bb7e76ae94 100644
--- a/plugins/plugin_api_list.c
+++ b/plugins/plugin_api_list.c
@@ -1,7 +1,7 @@
/* plugin_api_list.c
* Used to generate various included files for plugin API
*
- * $Id: plugin_api_list.c,v 1.16 2003/11/18 08:55:14 guy Exp $
+ * $Id: plugin_api_list.c,v 1.17 2003/11/18 19:26:26 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -339,8 +339,6 @@ void except_free(void *);
struct except_stacknode *except_pop(void);
void except_setup_try(struct except_stacknode *, struct except_catch *, const except_id_t [], size_t);
-void col_set_fence(column_info*, gint);
-
guint8 *tvb_get_string(tvbuff_t *, gint, gint);
guint8 *tvb_get_stringz(tvbuff_t *, gint, gint *);