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 --- epan/charsets.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epan/charsets.h') diff --git a/epan/charsets.h b/epan/charsets.h index db3cbf0c14..345c7bb99a 100644 --- a/epan/charsets.h +++ b/epan/charsets.h @@ -24,6 +24,8 @@ #ifndef __CHARSETS_H__ #define __CHARSETS_H__ +#include "ws_symbol_export.h" + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ @@ -32,7 +34,9 @@ extern "C" { void ASCII_to_EBCDIC(guint8 *buf, guint bytes); guint8 ASCII_to_EBCDIC1(guint8 c); #endif +WS_DLL_PUBLIC void EBCDIC_to_ASCII(guint8 *buf, guint bytes); +WS_DLL_PUBLIC guint8 EBCDIC_to_ASCII1(guint8 c); #ifdef __cplusplus -- cgit v1.2.3