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/ascendtext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'wiretap/ascendtext.h') diff --git a/wiretap/ascendtext.h b/wiretap/ascendtext.h index e54a86ffb5..1e75a230be 100644 --- a/wiretap/ascendtext.h +++ b/wiretap/ascendtext.h @@ -29,7 +29,6 @@ #define ASCEND_MAX_DATA_COLS 16 #define ASCEND_MAX_PKT_LEN (ASCEND_MAX_DATA_ROWS * ASCEND_MAX_DATA_COLS) -WS_DLL_LOCAL int ascend_open(wtap *wth, int *err, gchar **err_info); #endif -- cgit v1.2.1