Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'json_script.h')
-rw-r--r--json_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/json_script.h b/json_script.h
index 25cc04f..9475baa 100644
--- a/json_script.h
+++ b/json_script.h
@@ -97,6 +97,8 @@ void json_script_free(struct json_script_ctx *ctx);
void json_script_run(struct json_script_ctx *ctx, const char *filename,
struct blob_attr *vars);
+void json_script_run_file(struct json_script_ctx *ctx, struct json_script_file *file,
+ struct blob_attr *vars);
/*
* json_script_eval_string - evaluate a string and store the result
*