aboutsummaryrefslogtreecommitdiff
path: root/src/compile/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/functions.h')
-rw-r--r--src/compile/functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/functions.h b/src/compile/functions.h
index 1d2362a4..fdab495f 100644
--- a/src/compile/functions.h
+++ b/src/compile/functions.h
@@ -3,4 +3,5 @@
#include "../environment.h"
#include "../stdlib/datatypes.h"
+Text_t compile_function_call(env_t *env, ast_t *ast);
Text_t compile_arguments(env_t *env, ast_t *call_ast, arg_t *spec_args, arg_ast_t *call_args);