aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_decls.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-30 19:19:15 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-30 19:19:15 +0000
commitdcae08c20b3273e807e45f360bae3dedbe425508 (patch)
tree5c5baf5422507f212f6d58ea641693e2e71220f8 /plugins/plugin_api_decls.h
parent9c57931c5d0e9a02cbf28d0806ff74b486e21d43 (diff)
From Matthijs Melchior: export the exception mechanism routines to
plugins on platforms on which plugins need to use the table of functions exported to plugins. svn path=/trunk/; revision=7611
Diffstat (limited to 'plugins/plugin_api_decls.h')
-rw-r--r--plugins/plugin_api_decls.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/plugins/plugin_api_decls.h b/plugins/plugin_api_decls.h
index 8e7cac9f04..b70d75d2f4 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.10 2003/04/29 21:27:19 guy Exp $
+ * $Id: plugin_api_decls.h,v 1.11 2003/04/30 19:19:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -280,3 +280,19 @@ addr_asn1_err_to_str p_asn1_err_to_str;
addr_proto_item_set_end p_proto_item_set_end;
addr_proto_tree_add_none_format p_proto_tree_add_none_format;
+
+addr_except_init p_except_init;
+addr_except_deinit p_except_deinit;
+addr_except_rethrow p_except_rethrow;
+addr_except_throw p_except_throw;
+addr_except_throwd p_except_throwd;
+addr_except_throwf p_except_throwf;
+addr_except_unhandled_catcher p_except_unhandled_catcher;
+addr_except_code p_except_code;
+addr_except_group p_except_group;
+addr_except_message p_except_message;
+addr_except_data p_except_data;
+addr_except_take_data p_except_take_data;
+addr_except_set_allocator p_except_set_allocator;
+addr_except_alloc p_except_alloc;
+addr_except_free p_except_free;