summaryrefslogtreecommitdiff
path: root/ui/decode_as_utils.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-12-10 20:00:02 +0000
committerGerald Combs <gerald@wireshark.org>2013-12-10 20:00:02 +0000
commit61461ccc6ce33e1cda9e396d4440be70d0bd3e3f (patch)
tree22f2f1388ccccfa24bf4a66f18d6753a3fdd4f79 /ui/decode_as_utils.h
parent9bdd3bbde1dbdfbeee75915d9ca7cc95233523e6 (diff)
downloadwireshark-61461ccc6ce33e1cda9e396d4440be70d0bd3e3f.tar.gz
Fix compilation on Windows.
svn path=/trunk/; revision=53912
Diffstat (limited to 'ui/decode_as_utils.h')
-rw-r--r--ui/decode_as_utils.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/decode_as_utils.h b/ui/decode_as_utils.h
index de050c731f..fcb1884b0b 100644
--- a/ui/decode_as_utils.h
+++ b/ui/decode_as_utils.h
@@ -26,6 +26,8 @@
#ifndef __DECODE_AS_UTILS_H__
#define __DECODE_AS_UTILS_H__
+#include "ws_symbol_export.h"
+
/** @file
* "Decode As" / "User Specified Decodes" dialog box.
* @ingroup main_ui_group
@@ -37,7 +39,7 @@ extern "C" {
/** Reset the "decode as" entries and reload ones of the current profile.
*/
-WS_DLL_PUBLIC void load_decode_as_entries(void);
+void load_decode_as_entries(void);
/** This routine creates one entry in the list of protocol dissector
* that need to be reset. It is called by the g_hash_table_foreach
@@ -59,13 +61,13 @@ WS_DLL_PUBLIC void load_decode_as_entries(void);
*
* @param user_data Unused.
*/
-WS_DLL_PUBLIC void decode_build_reset_list (const gchar *table_name, ftenum_t selector_type,
+void decode_build_reset_list (const gchar *table_name, ftenum_t selector_type,
gpointer key, gpointer value _U_,
gpointer user_data _U_);
/** Clear all "decode as" settings.
*/
-WS_DLL_PUBLIC void decode_clear_all(void);
+void decode_clear_all(void);
/** Open the "decode_as_entries" configuration file and write its header.
*