Export libwireshark symbols using WS_DLL_PUBLIC define
[metze/wireshark/wip.git] / epan / dissectors / packet-raw.h
index 66ec75aac62fac26bca45ecbe43fe8f755163f82..7dfb7aa75323a122269b991badbec7c9a00e00e9 100644 (file)
@@ -24,6 +24,9 @@
 #ifndef __PACKET_RAW_H__
 #define __PACKET_RAW_H__
 
+#include "ws_symbol_export.h"
+
+WS_DLL_PUBLIC
 void capture_raw(const guchar *, int, packet_counts *);
 
 #endif