From 45c2884f1bbd9c06f7ba3091d968fcb6649a5f56 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 28 Feb 2013 14:09:46 +0000 Subject: Export libwsutil symbols using WS_DLL_PUBLIC define This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility svn path=/trunk/; revision=47938 --- wsutil/crc10.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wsutil/crc10.h') diff --git a/wsutil/crc10.h b/wsutil/crc10.h index f9e50dd476..111763ae83 100644 --- a/wsutil/crc10.h +++ b/wsutil/crc10.h @@ -26,7 +26,10 @@ #ifndef __CRC10_H__ #define __CRC10_H__ +#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); #endif /* __CRC10_H__ */ -- cgit v1.2.1