aboutsummaryrefslogtreecommitdiff
path: root/include/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parse.h')
-rw-r--r--include/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parse.h b/include/parse.h
index ec95ef9..6cb50b8 100644
--- a/include/parse.h
+++ b/include/parse.h
@@ -43,6 +43,6 @@
** parse.c
*/
-t_ast *parse(char **input);
+t_ast *parse(t_ftlst *lst);
#endif