From 3afdae1c3fc06fe0d465f9c8416dec27ab5c957f Mon Sep 17 00:00:00 2001 From: sasha Date: Wed, 5 Mar 2008 09:40:48 +0000 Subject: - [DEV-100] JSON library git-svn-id: svn://svn.zabbix.com/trunk@5438 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/zbxjson.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit