aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-06-03 02:32:56 +0000
committerGerald Combs <gerald@wireshark.org>2003-06-03 02:32:56 +0000
commitbdec82ce5998c6a371042c0666584a789b2dfe75 (patch)
tree68b1782b3d0dcdec45d155ea52f5eeac926ed91a /plugins/plugin_api.c
parentd0844ac0c12959f92c307c4c1bfd4433ce712c50 (diff)
From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSIS
remove the Start menu entries and desktop icon. svn path=/trunk/; revision=7772
Diffstat (limited to 'plugins/plugin_api.c')
-rw-r--r--plugins/plugin_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/plugin_api.c b/plugins/plugin_api.c
index 2efba30562..498f1668be 100644
--- a/plugins/plugin_api.c
+++ b/plugins/plugin_api.c
@@ -1,7 +1,7 @@
/* plugin_api.c
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.c,v 1.50 2003/05/01 21:10:43 guy Exp $
+ * $Id: plugin_api.c,v 1.51 2003/06/03 02:32:55 gerald Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -254,4 +254,6 @@ plugin_address_table_init(plugin_address_table_t *pat)
p_except_free = pat->p_except_free;
p_except_pop = pat->p_except_pop;
p_except_setup_try = pat->p_except_setup_try;
+
+ p_col_set_fence = pat->p_col_set_fence;
}