summaryrefslogtreecommitdiff
path: root/wiretap/ascendtext.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/ascendtext.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/ascendtext.h')
-rw-r--r--wiretap/ascendtext.h1
1 files changed, 1 insertions, 0 deletions
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