aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.h
diff options
context:
space:
mode:
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 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;