From 454d439575489934791c04329df6e82e56dabf54 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 27 Aug 2020 09:29:42 +0200 Subject: Renaming e_token_tag -> e_tok --- include/eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/eval.h') diff --git a/include/eval.h b/include/eval.h index 88b6578..f2920b2 100644 --- a/include/eval.h +++ b/include/eval.h @@ -58,7 +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); +t_ftlst *split_token(t_ftlst **lst, enum e_tok); /* ** redir.c -- cgit