aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.h
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-28 19:35:59 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-28 19:35:59 +0000
commitaa659985a586d2d2173d457dea8d1b4346e205e8 (patch)
tree6ec6595ee9f193b8551ea592a2622bb10a7d8e1f /wiretap/netxray.h
parent6c29b9edd6db4cfa809a8ede8d22539df117dffe (diff)
Export libwiretap symbols using WS_DLL_PUBLIC define
TODO: hide flex-generated functions svn path=/trunk/; revision=47948
Diffstat (limited to 'wiretap/netxray.h')
-rw-r--r--wiretap/netxray.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/wiretap/netxray.h b/wiretap/netxray.h
index 9225537207..36e275732c 100644
--- a/wiretap/netxray.h
+++ b/wiretap/netxray.h
@@ -26,10 +26,15 @@
#include <glib.h>
#include <wtap.h>
+WS_DLL_LOCAL
int netxray_open(wtap *wth, int *err, gchar **err_info);
+WS_DLL_LOCAL
int netxray_dump_can_write_encap_1_1(int encap);
+WS_DLL_LOCAL
gboolean netxray_dump_open_1_1(wtap_dumper *wdh, int *err);
+WS_DLL_LOCAL
int netxray_dump_can_write_encap_2_0(int encap);
+WS_DLL_LOCAL
gboolean netxray_dump_open_2_0(wtap_dumper *wdh, int *err);
#endif