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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/parser.h b/src/tools/parser.h
index f03fca81..aef3ad37 100644
--- a/src/tools/parser.h
+++ b/src/tools/parser.h
@@ -29,5 +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, GList *keys, gboolean *res);
+void options_destroy(GHashTable *options);
 
-#endif
+#endif
\ No newline at end of file