diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_conf.h b/src/nxt_conf.h index d0c898a4..a7675d3b 100644 --- a/src/nxt_conf.h +++ b/src/nxt_conf.h @@ -100,6 +100,7 @@ void nxt_conf_json_position(u_char *start, u_char *pos, nxt_uint_t *line, nxt_int_t nxt_conf_validate(nxt_conf_validation_t *vldt); void nxt_conf_get_string(nxt_conf_value_t *value, nxt_str_t *str); +int64_t nxt_conf_get_integer(nxt_conf_value_t *value); // FIXME reimplement and reorder functions below nxt_uint_t nxt_conf_object_members_count(nxt_conf_value_t *value); |