summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/zbxjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index f77d1674..6ebd7a2d 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -99,6 +99,7 @@ const char *zbx_json_pair_next(struct zbx_json_parse *jp, const char *p, char *n
const char *zbx_json_pair_by_name(struct zbx_json_parse *jp, const char *name);
int zbx_json_value_by_name(struct zbx_json_parse *jp, const char *name, char *string, size_t len);
int zbx_json_brackets_open(const char *p, struct zbx_json_parse *jp);
+int zbx_json_brackets_by_name(struct zbx_json_parse *jp, const char *name, struct zbx_json_parse *out);
zbx_json_type_t zbx_json_type(const char *p);
#endif /* ZABBIX_ZJSON_H */