From dd3dcc7a013e68a08f2782f1c36c645572e33d00 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 22 May 2013 07:45:11 +0000 Subject: And reflect the new capture_options structure here. svn path=/trunk/; revision=49494 --- ui/qt/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/qt/main.cpp') diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp index c7e356d21e..f3cd0cc948 100644 --- a/ui/qt/main.cpp +++ b/ui/qt/main.cpp @@ -127,6 +127,9 @@ #include #include +capture_options global_capture_opts; +capture_session global_capture_session; + capture_file cfile; #ifdef HAVE_AIRPCAP -- cgit v1.2.3