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 9c21c27..b666b96 100644
--- a/foci.h
+++ b/foci.h
@@ -90,7 +90,7 @@ register intptr_t tmp asm("r7");
extern void foci_putchar(int);
extern int foci_getchar(void);
-void init(void);
+void init(intptr_t *dictmem);
int depth(void);
int compiling(void);
void interpret(void);