summaryrefslogtreecommitdiff
path: root/ui/qt/follow_stream_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-11 16:18:17 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-11 16:18:17 +0000
commit8daede4cf904f9cfe24b42188aa64da7d1d30c0f (patch)
treec67fddc14f420765a87cc61fe9687d65beedf925 /ui/qt/follow_stream_dialog.h
parent73d116275f2b0f9d6b71d7c4324e818120385165 (diff)
downloadwireshark-8daede4cf904f9cfe24b42188aa64da7d1d30c0f.tar.gz
Make sure we can link on Windows.
svn path=/trunk/; revision=51949
Diffstat (limited to 'ui/qt/follow_stream_dialog.h')
-rw-r--r--ui/qt/follow_stream_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h
index caed5744f8..18571f826d 100644
--- a/ui/qt/follow_stream_dialog.h
+++ b/ui/qt/follow_stream_dialog.h
@@ -70,7 +70,9 @@
#include <QtGui>
+extern "C" {
WS_DLL_PUBLIC FILE *data_out_file;
+}
typedef struct {
follow_type_t follow_type;