summaryrefslogtreecommitdiffstats
path: root/src/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.h')
-rw-r--r--src/compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile.h b/src/compile.h
index 4572c9cc..60765515 100644
--- a/src/compile.h
+++ b/src/compile.h
@@ -75,6 +75,7 @@ block block_bind_referenced(block binder, block body, int bindflags);
block block_drop_unreferenced(block body);
jv block_take_imports(block* body);
+jv block_list_funcs(block body, int omit_underscores);
int block_compile(block, struct bytecode**, struct locfile*);