summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-q931.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-q931.h')
-rw-r--r--epan/dissectors/packet-q931.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/epan/dissectors/packet-q931.h b/epan/dissectors/packet-q931.h
index b2c813f519..01a64c5d68 100644
--- a/epan/dissectors/packet-q931.h
+++ b/epan/dissectors/packet-q931.h
@@ -27,7 +27,9 @@
#ifndef __PACKET_Q931_H__
#define __PACKET_Q931_H__
-extern void dissect_q931_bearer_capability_ie(tvbuff_t *, int, int,
+#include "ws_symbol_export.h"
+
+WS_DLL_PUBLIC void dissect_q931_bearer_capability_ie(tvbuff_t *, int, int,
proto_tree *);
extern void dissect_q931_cause_ie(tvbuff_t *, int, int,
@@ -36,7 +38,7 @@ extern void dissect_q931_cause_ie(tvbuff_t *, int, int,
extern void dissect_q931_progress_indicator_ie(tvbuff_t *, int, int,
proto_tree *);
-extern void dissect_q931_high_layer_compat_ie(tvbuff_t *, int, int,
+WS_DLL_PUBLIC void dissect_q931_high_layer_compat_ie(tvbuff_t *, int, int,
proto_tree *);
extern void dissect_q931_user_user_ie(tvbuff_t *tvb, packet_info *pinfo, int offset, int len,
@@ -57,8 +59,8 @@ typedef struct _q931_packet_info {
* without having to duplicate it. With MSVC and a
* libwireshark.dll, we need a special declaration.
*/
-WS_VAR_IMPORT value_string_ext q931_cause_code_vals_ext;
-WS_VAR_IMPORT const value_string q931_message_type_vals[];
+WS_DLL_PUBLIC value_string_ext q931_cause_code_vals_ext;
+WS_DLL_PUBLIC const value_string q931_message_type_vals[];
extern value_string_ext q931_protocol_discriminator_vals_ext;
extern value_string_ext q931_progress_description_vals_ext;