summaryrefslogtreecommitdiffhomepage
path: root/eval.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-09-16 23:39:37 +0200
committerJo-Philipp Wich <jo@mein.io>2020-09-16 23:40:42 +0200
commit5e1affb4ed61df9e01df979573fe05c0e2c84ea0 (patch)
tree1cb94e027683b19f9148b88e308722ccb5793f31 /eval.h
parent0e67bdaa847c6d67497016db52e06af357f2e85c (diff)
eval: implement -e and -E options to set global vars from JSON
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index 30d29d5..2bd8dd0 100644
--- a/eval.h
+++ b/eval.h
@@ -43,6 +43,6 @@ struct json_object *
ut_invoke(struct ut_state *, uint32_t, struct json_object *, struct json_object *, struct json_object *);
enum ut_error_type
-ut_run(struct ut_state *state);
+ut_run(struct ut_state *state, struct json_object *env);
#endif