aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_table.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-04 03:16:47 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-04 03:16:47 +0000
commit22369213ba2669362e5e13ad9f7bef15f357110d (patch)
tree0fd77336072dff1851426bfef8b97e09e8dadc86 /plugins/plugin_table.h
parent55b8ed2189c337703378f35e88dd4e7e4c83eb2a (diff)
In "plugin_api_defs.h", just do
addr_XXX p_XXX; for all the declarations, to simplify things, as per Tomas Kukosa's suggestion. Fix a couple of comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4149 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/plugin_table.h')
-rw-r--r--plugins/plugin_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugin_table.h b/plugins/plugin_table.h
index a54f226522..d4e678b631 100644
--- a/plugins/plugin_table.h
+++ b/plugins/plugin_table.h
@@ -1,7 +1,7 @@
/* plugin_table.h
* Table of exported addresses for Ethereal plugins.
*
- * $Id: plugin_table.h,v 1.28 2001/11/01 09:53:13 guy Exp $
+ * $Id: plugin_table.h,v 1.29 2001/11/04 03:16:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
@@ -345,7 +345,7 @@ typedef struct {
} plugin_address_table_t;
-#else /* ! PLUGINS_NEED_ACCESS_TABLE */
+#else /* ! PLUGINS_NEED_ADDRESS_TABLE */
typedef void plugin_address_table_t;