aboutsummaryrefslogtreecommitdiff
path: root/include/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/eval.h')
-rw-r--r--include/eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/eval.h b/include/eval.h
index 97c1ce8..e300644 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/06/19 12:18:42 by charles ### ########.fr */
+/* Updated: 2020/06/23 08:33:02 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -35,7 +35,7 @@ typedef struct
char *exec_path;
char **argv;
t_env env;
- t_builtin_func builtin;
+ t_builtin_entry *builtin;
} t_fork_param_cmd;
# define MS_NO_FD -2