From 52bb7cc0f234776cd19c7a608b06578150d4695a Mon Sep 17 00:00:00 2001 From: nass1pro Date: Mon, 20 Jul 2020 14:55:11 +0200 Subject: update eval_cmd --- include/eval.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/eval.h') 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 +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 -- cgit