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/erf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wiretap/erf.h') diff --git a/wiretap/erf.h b/wiretap/erf.h index 012afba575..a666796e2b 100644 --- a/wiretap/erf.h +++ b/wiretap/erf.h @@ -40,6 +40,7 @@ #include #include +#include "ws_symbol_export.h" /* Record type defines */ #define ERF_TYPE_LEGACY 0 @@ -104,10 +105,14 @@ union erf_subhdr { #define RECORDS_FOR_ERF_CHECK 20 #define FCS_BITS 32 +WS_DLL_LOCAL int erf_open(wtap *wth, int *err, gchar **err_info); +WS_DLL_LOCAL int erf_dump_can_write_encap(int encap); +WS_DLL_LOCAL int erf_dump_open(wtap_dumper *wdh, int *err); +WS_DLL_LOCAL int erf_populate_interfaces(wtap *wth); #endif /* __W_ERF_H__ */ -- cgit v1.2.1