aboutsummaryrefslogtreecommitdiff
path: root/include/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/eval.h')
-rw-r--r--include/eval.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/eval.h b/include/eval.h
index b90e8b6..55f1540 100644
--- a/include/eval.h
+++ b/include/eval.h
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/01 17:05:30 by charles #+# #+# */
-/* Updated: 2020/06/14 12:52:45 by charles ### ########.fr */
+/* Updated: 2020/06/14 20:47:28 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -87,4 +87,11 @@ typedef struct
// char *basename;
} t_error;
+
+/*
+** cmd.c
+*/
+
+int eval_cmd(t_env env, t_path path, t_ast *ast);
+
#endif