about summary refs log tree commit diff stats
path: root/src/tools/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/parser.h')
-rw-r--r--src/tools/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/parser.h b/src/tools/parser.h
index 10ee627c..2ca92d85 100644
--- a/src/tools/parser.h
+++ b/src/tools/parser.h
@@ -29,7 +29,7 @@ gchar** parse_args(const char * const inp, int min, int max, gboolean *result);
 gchar** parse_args_with_freetext(const char * const inp, int min, int max, gboolean *result);
 int count_tokens(char *string);
 char* get_start(char *string, int tokens);
-GHashTable* parse_options(gchar **args, int start, gchar **keys, gboolean *res);
+GHashTable* parse_options(gchar **args, gchar **keys, gboolean *res);
 void options_destroy(GHashTable *options);
 
 #endif
\ No newline at end of file