summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 5449b4f..a883364 100644
--- a/parser.h
+++ b/parser.h
@@ -3,6 +3,6 @@
#include "ast.h"
-struct root_node* parse(const char* path);
+void parse(const char* path, struct ast* ast);
#endif