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 --- wiretap/atm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'wiretap/atm.h') diff --git a/wiretap/atm.h b/wiretap/atm.h index 9afc109b5e..fe7b5130a1 100644 --- a/wiretap/atm.h +++ b/wiretap/atm.h @@ -31,12 +31,10 @@ * that information). */ -WS_DLL_LOCAL extern void atm_guess_traffic_type(const guint8 *pd, guint32 len, union wtap_pseudo_header *pseudo_header); -WS_DLL_LOCAL extern void atm_guess_lane_type(const guint8 *pd, guint32 len, union wtap_pseudo_header *pseudo_header); -- cgit v1.2.3