summaryrefslogtreecommitdiff
path: root/ui/commandline.h
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.h
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.h')
-rw-r--r--ui/commandline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/commandline.h b/ui/commandline.h
index a58ea51e70..0e14c60521 100644
--- a/ui/commandline.h
+++ b/ui/commandline.h
@@ -55,7 +55,7 @@ typedef struct commandline_param_info
extern void commandline_other_options(int argc, char *argv[], gboolean opt_reset);
-static commandline_param_info_t global_commandline_info;
+extern commandline_param_info_t global_commandline_info;
#ifdef __cplusplus
}