summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-chdlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-chdlc.h')
-rw-r--r--epan/dissectors/packet-chdlc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-chdlc.h b/epan/dissectors/packet-chdlc.h
index fac6c049a3..be7f96995c 100644
--- a/epan/dissectors/packet-chdlc.h
+++ b/epan/dissectors/packet-chdlc.h
@@ -31,10 +31,8 @@
#define CHDLC_ADDR_UNICAST 0x0f
#define CHDLC_ADDR_MULTICAST 0x8f
-#include "ws_symbol_export.h"
-
-WS_DLL_PUBLIC
-void capture_chdlc(const guchar *, int, int, packet_counts *);
+extern
+void capture_chdlc(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
extern const value_string chdlc_vals[];