aboutsummaryrefslogtreecommitdiffstats
path: root/epan/show_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/show_exception.h')
-rw-r--r--epan/show_exception.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/show_exception.h b/epan/show_exception.h
index 977387235d..3448bbbec6 100644
--- a/epan/show_exception.h
+++ b/epan/show_exception.h
@@ -37,6 +37,7 @@ void register_show_exception(void);
/*
* Routine used to add an indication of an arbitrary exception to the tree.
*/
+WS_DLL_PUBLIC
void show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
unsigned long exception, const char *exception_message);