diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-09 14:01:03 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-09 14:01:03 +0200 |
| commit | 2a8056e885151fa155bf82a3d8cc97b0905ea577 (patch) | |
| tree | cde4444d26f1a3f27a56cad029e923a35accdc2a /include/eval.h | |
| parent | 70c76a4e6d73551a1a78ed61e7cd8f7287137a99 (diff) | |
| download | minishell-2a8056e885151fa155bf82a3d8cc97b0905ea577.tar.gz minishell-2a8056e885151fa155bf82a3d8cc97b0905ea577.tar.bz2 minishell-2a8056e885151fa155bf82a3d8cc97b0905ea577.zip | |
Norming header, Fixing mistakes detected by static analyser
Diffstat (limited to 'include/eval.h')
| -rw-r--r-- | include/eval.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/eval.h b/include/eval.h index 2aa4f1d..e2f3c8b 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/10/06 17:22:12 by cacharle ### ########.fr */ +/* Updated: 2020/10/09 13:40:26 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -22,7 +22,7 @@ # include "lexer.h" # include "parser.h" -typedef struct +typedef struct s_fork_param_args { t_env env; t_ast *ast; @@ -37,7 +37,7 @@ typedef struct t_builtin_entry *builtin; } t_fork_param_cmd; -typedef int (*t_wrapped_func)(void *param); +typedef int (*t_wrapped_func)(void *param); # define FD_NONE -2 # define FD_WRITE 1 |
