diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-04-11 00:29:47 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-04-11 00:29:47 +0300 |
commit | cddbab63129dcffee4099453e304e67ecf8b6c04 (patch) | |
tree | a1de766b897992b044e4155d402bd9bfde1596bb /src/nxt_conf.h | |
parent | 6af2d1cfc601c150bf67e646f4b5249b7c29a30e (diff) | |
download | unit-cddbab63129dcffee4099453e304e67ecf8b6c04.tar.gz unit-cddbab63129dcffee4099453e304e67ecf8b6c04.tar.bz2 |
JSON output in controller.
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 5d29419a..1d08199c 100644 --- a/src/nxt_conf.h +++ b/src/nxt_conf.h @@ -14,6 +14,8 @@ typedef struct nxt_conf_json_value_s nxt_conf_json_value_t; nxt_conf_json_value_t *nxt_conf_json_parse(nxt_buf_mem_t *b, nxt_mem_pool_t *pool); +nxt_buf_t *nxt_conf_json_print(nxt_conf_json_value_t *value, + nxt_mem_pool_t *pool); #endif /* _NXT_CONF_INCLUDED_ */ |