summaryrefslogtreecommitdiff
path: root/include/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/parser.h b/include/parser.h
index 30d626c..f045464 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -18,7 +18,6 @@ enum {
OP_DIRECT
};
-void push_pile(char *);
-void act_pile(int);
+void parse_line(char *);
#endif \ No newline at end of file