diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-09-16 23:39:37 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-09-16 23:40:42 +0200 |
commit | 5e1affb4ed61df9e01df979573fe05c0e2c84ea0 (patch) | |
tree | 1cb94e027683b19f9148b88e308722ccb5793f31 /eval.h | |
parent | 0e67bdaa847c6d67497016db52e06af357f2e85c (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |