summaryrefslogtreecommitdiff
path: root/asn1/h245/packet-h245-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h245/packet-h245-template.h')
-rw-r--r--asn1/h245/packet-h245-template.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/asn1/h245/packet-h245-template.h b/asn1/h245/packet-h245-template.h
index 65856ecb0f..4c50ce905d 100644
--- a/asn1/h245/packet-h245-template.h
+++ b/asn1/h245/packet-h245-template.h
@@ -25,6 +25,9 @@
#ifndef PACKET_H245_H
#define PACKET_H245_H
+
+#include "ws_symbol_export.h"
+
typedef enum _h245_msg_type {
H245_TermCapSet,
H245_TermCapSetAck,
@@ -116,10 +119,10 @@ struct _h223_mux_element {
#include <epan/dissectors/packet-per.h>
typedef void (*h223_set_mc_handle_t) ( packet_info* pinfo, guint8 mc, h223_mux_element* me );
-extern void h245_set_h223_set_mc_handle( h223_set_mc_handle_t handle );
+WS_DLL_PUBLIC void h245_set_h223_set_mc_handle( h223_set_mc_handle_t handle );
typedef void (*h223_add_lc_handle_t) ( packet_info* pinfo, guint16 lc, h223_lc_params* params );
-extern void h245_set_h223_add_lc_handle( h223_add_lc_handle_t handle );
+WS_DLL_PUBLIC void h245_set_h223_add_lc_handle( h223_add_lc_handle_t handle );
#include "packet-h245-exp.h"
void dissect_h245_FastStart_OLC(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, char *codec_str);