From f0e676496d00283242854d4e5d1f3ef852f872ce Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 27 Jun 2016 19:58:21 -0700 Subject: Global, not static. Change-Id: I185a1786365f185f18f3ec492a8ef165d61595ed Reviewed-on: https://code.wireshark.org/review/16185 Reviewed-by: Guy Harris --- ui/commandline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/commandline.h') 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 } -- cgit v1.2.1