Export libwireshark symbols using WS_DLL_PUBLIC define
[metze/wireshark/wip.git] / wsutil / crc6.h
index 9320a9a494efddbaed49b1d72cd5a23434ec496c..e271dadb471aa7a55391a7c22c18aa4372dbf726 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "ws_symbol_export.h"
 
-WS_DLL_PUBLIC
-extern guint16 update_crc6_by_bytes(guint16 crc6, guint8 byte1, guint8 byte2);
+WS_DLL_PUBLIC guint16 update_crc6_by_bytes(guint16 crc6, guint8 byte1, guint8 byte2);
 
 #endif /* __CRC6_H__ */