Export libwireshark symbols using WS_DLL_PUBLIC define
[metze/wireshark/wip.git] / wiretap / 5views.h
index 98382013cc4e2dc84eecd561fe7daff0d06994a6..74f7c8cb4c5a9120c689fbe2f8dd57edc4950574 100644 (file)
 #include <glib.h>
 #include <wtap.h>
 
-WS_DLL_LOCAL
 int _5views_open(wtap *wth, int *err, gchar **err_info);
-WS_DLL_LOCAL
 gboolean _5views_dump_open(wtap_dumper *wdh, int *err);
-WS_DLL_LOCAL
 int _5views_dump_can_write_encap(int encap);
 
 #endif