aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_decls.h
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_decls.h
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_decls.h')
-rw-r--r--plugins/plugin_api_decls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/plugin_api_decls.h b/plugins/plugin_api_decls.h
index 10a734e17b..c2bc0fc7f1 100644
--- a/plugins/plugin_api_decls.h
+++ b/plugins/plugin_api_decls.h
@@ -2,7 +2,7 @@
* Declarations of a list of "p_" names; included in various places
* to declare them as variables or as function members.
*
- * $Id: plugin_api_decls.h,v 1.13 2003/05/01 21:10:43 guy Exp $
+ * $Id: plugin_api_decls.h,v 1.14 2003/06/03 02:32:56 gerald Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -293,3 +293,5 @@ addr_except_alloc p_except_alloc;
addr_except_free p_except_free;
addr_except_pop p_except_pop;
addr_except_setup_try p_except_setup_try;
+
+addr_col_set_fence p_col_set_fence;