inhibitors working but pre process made by aliases makes some limits

This commit is contained in:
Clément Le Bihan
2020-05-20 12:12:07 +02:00
parent 04403899b8
commit 9de01be5d1
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -14,4 +14,5 @@ typedef struct parser_map {
int (*parser)(char *, char **);
} parser_map;
char **parse_input(char *cmd);
int parse_quotes(char *ptr, char **data);