aboutsummaryrefslogtreecommitdiff
path: root/include/ms_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ms_parse.h')
-rw-r--r--include/ms_parse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ms_parse.h b/include/ms_parse.h
index c6885ca..ef82146 100644
--- a/include/ms_parse.h
+++ b/include/ms_parse.h
@@ -72,10 +72,13 @@ typedef struct t_ast {
struct t_ast** children;
} t_ast;
+char **ms_lexer(char *input);
+
/*
** parse.c
*/
-t_parsing *ms_parse(char *input);
+
+void *ms_parse(char *input);
#endif