aboutsummaryrefslogtreecommitdiff
path: root/lib/forlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forlan.h')
-rw-r--r--lib/forlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forlan.h b/lib/forlan.h
index 300ef57..424cea8 100644
--- a/lib/forlan.h
+++ b/lib/forlan.h
@@ -191,7 +191,7 @@ struct forlan_function {
struct forlan_function *forlan_find_function(const char *name);
void forlan_eval(struct forlan_eval_env *env, union forlan_node *p);
-void forlan_run(forlan_eval_env_t env, struct grecs_node *tree);
+int forlan_run(forlan_eval_env_t env, struct grecs_node *tree);
forlan_eval_env_t forlan_create_environment(union forlan_node *parse_tree,
size_t varcount);
void forlan_free_environment(forlan_eval_env_t env);

Return to:

Send suggestions and report system problems to the System administrator.