summaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-03-20 17:47:28 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-03-20 17:47:28 +0330
commit69310fa04d9370841c7b4f30c7278fb138b7b2e2 (patch)
tree34c153ca254ff9a3687d461a13d84aa35e358235 /src/runner/runner.h
parent624a73ae10eb3aaa535eb41c023c59919df28c99 (diff)
added named paramters
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r--src/runner/runner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runner/runner.h b/src/runner/runner.h
index 060821c..fd64d1e 100644
--- a/src/runner/runner.h
+++ b/src/runner/runner.h
@@ -31,7 +31,7 @@ void destroyRootPages(RunnerVariablePages pages);
bool runAstTree(AstTreeRoot *root);
-AstTree *runAstTreeFunction(AstTree *tree, AstTree **arguments,
+AstTree *runAstTreeFunction(AstTree *tree, AstTreeFunctionCallParam *arguments,
size_t arguments_size, RunnerVariablePages *pages);
AstTree *runExpression(AstTree *expr, RunnerVariablePages *pages,