From 1ebdb2e521ca0cbd7aeebd1c89b8a5cf6a4cc322 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 1 Mar 2013 23:53:11 +0000 Subject: Export libwireshark symbols using WS_DLL_PUBLIC define Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992 --- epan/show_exception.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/show_exception.h') 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); -- cgit v1.2.1