aboutsummaryrefslogtreecommitdiffstats
path: root/foci.h
diff options
context:
space:
mode:
Diffstat (limited to 'foci.h')
-rw-r--r--foci.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/foci.h b/foci.h
index b2b8e1c..6c89395 100644
--- a/foci.h
+++ b/foci.h
@@ -94,8 +94,7 @@ extern void foci_putchar(int);
extern int foci_getchar(void);
void init(intptr_t *dictmem);
-int depth(void);
-int rdepth(void);
+int foci_depth(void);
int compiling(void);
void interpret(void);
void define(const struct word_t *w);