diff options
| author | nass1pro <nass1pro@gmail.com> | 2020-06-14 17:31:01 +0200 |
|---|---|---|
| committer | nass1pro <nass1pro@gmail.com> | 2020-06-14 17:31:01 +0200 |
| commit | 72ee131562574c4a6cb69800cdd81268b52ace84 (patch) | |
| tree | 337e6de2270ba2fc53b312123ffc88399ca850bd /include | |
| parent | b5710182b87b17c14cabb5f178f0516ff7676177 (diff) | |
| download | minishell-72ee131562574c4a6cb69800cdd81268b52ace84.tar.gz minishell-72ee131562574c4a6cb69800cdd81268b52ace84.tar.bz2 minishell-72ee131562574c4a6cb69800cdd81268b52ace84.zip | |
Change file cmd
Diffstat (limited to 'include')
| -rw-r--r-- | include/parser.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/parser.h b/include/parser.h index c81abee..099d4aa 100644 --- a/include/parser.h +++ b/include/parser.h @@ -40,10 +40,6 @@ t_ret *parse(t_ftlst *input); t_ast *parse_cmd(t_ast *ast, t_ftlst *ret); - -/* -** cmd_parse.c -*/ -int parse_cmd_str_true_fale(enum e_token_tag tag); +int parse_cmd_str_true_false(enum e_token_tag tag); #endif |
