aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_decls.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-14 19:18:20 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-14 19:18:20 +0000
commitd939032a249c1e2d21155fd7fdb9aeace6bba6f4 (patch)
treefc2fbbc97367e1cc4c20730481a2e83e46f61474 /plugins/plugin_api_decls.h
parenteada2368f4bb946cebd2d63b7fffe3ebe51330bb (diff)
From Tomas Kukosa: add some more routines to the plugin API.
While we're at it, add "extern" to a bunch of function declaration the preceding change *didn't* require to have the "extern" added. svn path=/trunk/; revision=5995
Diffstat (limited to 'plugins/plugin_api_decls.h')
-rw-r--r--plugins/plugin_api_decls.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/plugin_api_decls.h b/plugins/plugin_api_decls.h
index 1a79e2ada8..98b1091d8d 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.3 2002/07/12 22:52:39 guy Exp $
+ * $Id: plugin_api_decls.h,v 1.4 2002/08/14 19:18:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -214,3 +214,10 @@ addr_decode_enumerated_bitfield p_decode_enumerated_bitfield;
addr_register_dissector_table p_register_dissector_table;
addr_except_throw p_except_throw;
addr_dissector_try_port p_dissector_try_port;
+
+addr_conversation_add_proto_data p_conversation_add_proto_data;
+addr_conversation_get_proto_data p_conversation_get_proto_data;
+addr_conversation_delete_proto_data p_conversation_delete_proto_data;
+addr_p_add_proto_data p_p_add_proto_data;
+addr_p_get_proto_data p_p_get_proto_data;
+