aboutsummaryrefslogtreecommitdiff
path: root/include/eval.h
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-27 09:29:42 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-27 09:29:42 +0200
commit454d439575489934791c04329df6e82e56dabf54 (patch)
tree3beaa9ec4eec1e95898d26d77f88cceaff5978d9 /include/eval.h
parentcde465358750ef03b66655edcbef468a4a2f210b (diff)
downloadminishell-454d439575489934791c04329df6e82e56dabf54.tar.gz
minishell-454d439575489934791c04329df6e82e56dabf54.tar.bz2
minishell-454d439575489934791c04329df6e82e56dabf54.zip
Renaming e_token_tag -> e_tok
Diffstat (limited to 'include/eval.h')
-rw-r--r--include/eval.h2
1 files changed, 1 insertions, 1 deletions
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