From aa659985a586d2d2173d457dea8d1b4346e205e8 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 28 Feb 2013 19:35:59 +0000 Subject: Export libwiretap symbols using WS_DLL_PUBLIC define TODO: hide flex-generated functions svn path=/trunk/; revision=47948 --- wiretap/ascendtext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wiretap/ascendtext.h') diff --git a/wiretap/ascendtext.h b/wiretap/ascendtext.h index 1e75a230be..e54a86ffb5 100644 --- a/wiretap/ascendtext.h +++ b/wiretap/ascendtext.h @@ -29,6 +29,7 @@ #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