summaryrefslogtreecommitdiff
path: root/wiretap/nettl.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/nettl.h
parent6c29b9edd6db4cfa809a8ede8d22539df117dffe (diff)
downloadwireshark-aa659985a586d2d2173d457dea8d1b4346e205e8.tar.gz
Export libwiretap symbols using WS_DLL_PUBLIC define
TODO: hide flex-generated functions svn path=/trunk/; revision=47948
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index 3e5227a91d..d03765b97a 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -128,8 +128,11 @@
#define NETTL_HDR_PDU_MASK 0x30000000
+WS_DLL_LOCAL
int nettl_open(wtap *wth, int *err, gchar **err_info);
+WS_DLL_LOCAL
gboolean nettl_dump_open(wtap_dumper *wdh, int *err);
+WS_DLL_LOCAL
int nettl_dump_can_write_encap(int encap);
#endif