summaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-23 15:39:11 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-23 15:39:11 +0330
commitf91fc3bac670a8c775c7ea7b8ba8789dba9559ad (patch)
treee227022c0c2fa09fc52f47519f3c1815590651b8 /src/runner/runner.h
parent157475f0bd929a9b42b6cd9a4ca7f4fc4e64bf71 (diff)
prepairing more for importing
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 eef0d40..12ee241 100644
--- a/src/runner/runner.h
+++ b/src/runner/runner.h
@@ -7,7 +7,7 @@ void runnerVariableSetValue(AstTreeVariable *variable, AstTree *value);
void runnerVariableSetValueWihtoutConstCheck(AstTreeVariable *variable,
AstTree *value);
-bool runAstTree(AstTreeRoot *root);
+bool runAstTree(AstTreeRoots roots);
AstTree *runAstTreeFunction(AstTree *tree, AstTreeFunctionCallParam *arguments,
size_t arguments_size);