From 1ebdb2e521ca0cbd7aeebd1c89b8a5cf6a4cc322 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 1 Mar 2013 23:53:11 +0000 Subject: Export libwireshark symbols using WS_DLL_PUBLIC define Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992 --- wsutil/crc10.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wsutil/crc10.h') diff --git a/wsutil/crc10.h b/wsutil/crc10.h index 111763ae83..41ea0feded 100644 --- a/wsutil/crc10.h +++ b/wsutil/crc10.h @@ -29,7 +29,6 @@ #include "ws_symbol_export.h" /* update the data block's CRC-10 remainder one byte at a time */ -WS_DLL_PUBLIC -extern guint16 update_crc10_by_bytes(guint16 crc10, const guint8 *data_blk_ptr, int data_blk_size); +WS_DLL_PUBLIC guint16 update_crc10_by_bytes(guint16 crc10, const guint8 *data_blk_ptr, int data_blk_size); #endif /* __CRC10_H__ */ -- cgit v1.2.1