aboutsummaryrefslogtreecommitdiff
path: root/src/compile/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/tables.h')
-rw-r--r--src/compile/tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/tables.h b/src/compile/tables.h
index c8c19cb1..579c313f 100644
--- a/src/compile/tables.h
+++ b/src/compile/tables.h
@@ -4,3 +4,4 @@
#include "../types.h"
Text_t compile_typed_table(env_t *env, ast_t *ast, type_t *table_type);
+Text_t compile_table_method_call(env_t *env, ast_t *ast);