summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-05 09:40:48 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-05 09:40:48 +0000
commit3afdae1c3fc06fe0d465f9c8416dec27ab5c957f (patch)
tree76ebd3d5a3c92a9cfc90aba16abe65742c29df79 /include
parentf22d3a3a6028166edc8c87825375a1dd26426f84 (diff)
downloadzabbix-3afdae1c3fc06fe0d465f9c8416dec27ab5c957f.tar.gz
zabbix-3afdae1c3fc06fe0d465f9c8416dec27ab5c957f.tar.xz
zabbix-3afdae1c3fc06fe0d465f9c8416dec27ab5c957f.zip
- [DEV-100] JSON library
git-svn-id: svn://svn.zabbix.com/trunk@5438 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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 */