diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-05-18 20:40:19 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-05-18 20:40:19 +0300 |
commit | c7be5bd6ae38bdc7d29ee0b3170e5eb828e92d2d (patch) | |
tree | 97cbf3d6a4ced6b0ab14e5336292d97178bf78b4 /src/nxt_conf.h | |
parent | dc95b2f3de76df03b64bab9bbc5e6a9dc7015550 (diff) | |
download | unit-c7be5bd6ae38bdc7d29ee0b3170e5eb828e92d2d.tar.gz unit-c7be5bd6ae38bdc7d29ee0b3170e5eb828e92d2d.tar.bz2 |
Controller: partial retrieving of configuration.
Diffstat (limited to 'src/nxt_conf.h')
-rw-r--r-- | src/nxt_conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_conf.h b/src/nxt_conf.h index 4d427bce..cf073e3a 100644 --- a/src/nxt_conf.h +++ b/src/nxt_conf.h @@ -18,6 +18,8 @@ typedef struct { } nxt_conf_json_pretty_t; +nxt_conf_json_value_t *nxt_conf_json_value_get(nxt_conf_json_value_t *value, + nxt_str_t *path); nxt_conf_json_value_t *nxt_conf_json_parse(u_char *pos, size_t length, nxt_mem_pool_t *pool); uintptr_t nxt_conf_json_print_value(u_char *pos, nxt_conf_json_value_t *value, |