aboutsummaryrefslogtreecommitdiff
path: root/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'scan.h')
-rw-r--r--scan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scan.h b/scan.h
index eaf3c6d..ebfd513 100644
--- a/scan.h
+++ b/scan.h
@@ -1,4 +1,4 @@
struct token;
-struct scanner *mkscanner(const char *file);
-void scan(struct scanner *, struct token *);
+int scanfrom(const char *file);
+void scan(struct token *);