aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_list.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-18 19:34:43 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-18 19:34:43 +0000
commit3d0f23f569d0bec85423a34c64c97c92889608c7 (patch)
treec2cb749397bc7b381e4548d559f91da1d9c8010f /plugins/plugin_api_list.c
parenta98138bd48a25acb14a13c2e024c42a7d584ca40 (diff)
The second of the "col_set_fence()" entries is the one that should've
been removed; that way, the ordinals of existing entries in the function vector is preserved. svn path=/trunk/; revision=9012
Diffstat (limited to 'plugins/plugin_api_list.c')
-rw-r--r--plugins/plugin_api_list.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/plugin_api_list.c b/plugins/plugin_api_list.c
index bb7e76ae94..2a0ead8985 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.17 2003/11/18 19:26:26 ulfl Exp $
+ * $Id: plugin_api_list.c,v 1.18 2003/11/18 19:34:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -339,6 +339,8 @@ 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 *);
@@ -388,4 +390,3 @@ int asn1_id_decode1(ASN1_SCK *asn1, guint *tag);
gboolean col_get_writable(column_info *);
void col_set_writable(column_info *, gboolean);
-void col_set_fence(column_info *, gint);