summaryrefslogtreecommitdiff
path: root/ui/commandline.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-06-27 19:58:21 -0700
committerGuy Harris <guy@alum.mit.edu>2016-06-28 02:58:46 +0000
commitf0e676496d00283242854d4e5d1f3ef852f872ce (patch)
tree5445ec49e8877847f38625f31b80ba17c3ee59e4 /ui/commandline.c
parent3ebac2babbd9af1593b86084214051c4c2da8eb2 (diff)
downloadwireshark-f0e676496d00283242854d4e5d1f3ef852f872ce.tar.gz
Global, not static.
Change-Id: I185a1786365f185f18f3ec492a8ef165d61595ed Reviewed-on: https://code.wireshark.org/review/16185 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/commandline.c')
-rw-r--r--ui/commandline.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/commandline.c b/ui/commandline.c
index 2921f39b9f..c3bb8ddac3 100644
--- a/ui/commandline.c
+++ b/ui/commandline.c
@@ -67,6 +67,8 @@
#include "ui/commandline.h"
+commandline_param_info_t global_commandline_info;
+
#if defined(HAVE_LIBPCAP) || defined(HAVE_EXTCAP)
capture_options global_capture_opts;
#endif