diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-05-26 20:30:51 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-05-26 20:30:51 +0300 |
commit | 5cca4b3ab78ee964081c3eba6eb715fdf3ed4dbd (patch) | |
tree | 6941a252ed61602de9962e7abb898ff3ebbfce02 /src/nxt_conf.h | |
parent | 4f9f4637990f0cf2811318a4c19c223b3d894d57 (diff) | |
download | unit-5cca4b3ab78ee964081c3eba6eb715fdf3ed4dbd.tar.gz unit-5cca4b3ab78ee964081c3eba6eb715fdf3ed4dbd.tar.bz2 |
Style and a trivial fix.
Diffstat (limited to 'src/nxt_conf.h')
-rw-r--r-- | src/nxt_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_conf.h b/src/nxt_conf.h index 43154a8f..d0ecfc5f 100644 --- a/src/nxt_conf.h +++ b/src/nxt_conf.h @@ -18,7 +18,7 @@ typedef struct { } nxt_conf_json_pretty_t; -nxt_conf_json_value_t *nxt_conf_json_value_get(nxt_conf_json_value_t *value, +nxt_conf_json_value_t *nxt_conf_json_get_value(nxt_conf_json_value_t *value, nxt_str_t *path); nxt_conf_json_value_t *nxt_conf_json_object_get_member( nxt_conf_json_value_t *value, u_char *name, size_t length); |