aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/cosine.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/cosine.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/cosine.h')
-rw-r--r--wiretap/cosine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/cosine.h b/wiretap/cosine.h
index e1ddbba36c..54b886bd6f 100644
--- a/wiretap/cosine.h
+++ b/wiretap/cosine.h
@@ -28,7 +28,9 @@
#define __W_COSINE_H__
#include <glib.h>
#include <wtap.h>
+#include "ws_symbol_export.h"
+WS_DLL_LOCAL
int cosine_open(wtap *wth, int *err, gchar **err_info);
#endif