From 3ebac2babbd9af1593b86084214051c4c2da8eb2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 27 Jun 2016 19:54:42 -0700 Subject: Have commandline_other_options() directly fill in the global structure. Other code looks at the global structure, so there won't be other structures; just fill in the global structure directly. Change-Id: I4dc87b79168c5a7c9ab1f085aa2d78cc6d2c9019 Reviewed-on: https://code.wireshark.org/review/16184 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 161c57a68a..a58ea51e70 100644 --- a/ui/commandline.h +++ b/ui/commandline.h @@ -53,7 +53,7 @@ typedef struct commandline_param_info } commandline_param_info_t; -extern void commandline_other_options(int argc, char *argv[], commandline_param_info_t* param_info, gboolean opt_reset); +extern void commandline_other_options(int argc, char *argv[], gboolean opt_reset); static commandline_param_info_t global_commandline_info; -- cgit v1.2.1