diff options
| author | nass1pro <nass1pro@gmail.com> | 2020-07-20 14:55:11 +0200 |
|---|---|---|
| committer | nass1pro <nass1pro@gmail.com> | 2020-07-20 14:55:11 +0200 |
| commit | 52bb7cc0f234776cd19c7a608b06578150d4695a (patch) | |
| tree | 2812f633709b12fd9a728ff587ac27b27e1b2ba4 /include | |
| parent | 7b9b77cbd7cfb3ffa8ac9e8ea69e01aa96179635 (diff) | |
| download | minishell-52bb7cc0f234776cd19c7a608b06578150d4695a.tar.gz minishell-52bb7cc0f234776cd19c7a608b06578150d4695a.tar.bz2 minishell-52bb7cc0f234776cd19c7a608b06578150d4695a.zip | |
update eval_cmd
Diffstat (limited to 'include')
| -rw-r--r-- | include/eval.h | 3 | ||||
| -rw-r--r-- | include/lexer.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/eval.h b/include/eval.h index 88142cd..88b6578 100644 --- a/include/eval.h +++ b/include/eval.h @@ -6,7 +6,7 @@ /* By: charles <charles@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 17:05:30 by charles #+# #+# */ -/* Updated: 2020/07/15 17:03:05 by charles ### ########.fr */ +/* Updated: 2020/07/20 13:22:26 by nahaddac ### ########.fr */ /* */ /* ************************************************************************** */ @@ -58,6 +58,7 @@ int eval(int fds[2], t_env env, t_path path, t_ast *ast); int fork_wrap(int fds[2], void *passed, int (*wrapped)(void *param)); int eval_cmd(int fds[2], t_env env, t_path path, t_ast *ast); +t_ftlst *split_token(t_ftlst **lst, enum e_token_tag); /* ** redir.c diff --git a/include/lexer.h b/include/lexer.h index ab2a448..f40db56 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -6,7 +6,7 @@ /* By: nahaddac <nahaddac@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/06/19 10:51:26 by nahaddac #+# #+# */ -/* Updated: 2020/07/16 07:10:58 by nahaddac ### ########.fr */ +/* Updated: 2020/07/20 11:07:13 by nahaddac ### ########.fr */ /* */ /* ************************************************************************** */ |
