aboutsummaryrefslogtreecommitdiffstats
path: root/foci.h
diff options
context:
space:
mode:
Diffstat (limited to 'foci.h')
-rw-r--r--foci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/foci.h b/foci.h
index 3f745a5..c61e302 100644
--- a/foci.h
+++ b/foci.h
@@ -85,7 +85,7 @@ extern int foci_getchar(void);
void init(void);
int depth(void);
int compiling(void);
-void parse_word(const char *buf, const char *s);
+void interpret(void);
void define(struct word_t *w);
void fexit(void); // internal use only