summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-25 09:43:39 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-25 09:43:39 +0000
commita1b8e8f7f5833dbdb77a5e0dd749f15f0678c367 (patch)
tree811b2bd6d7e139b42175bb98373bf2341e7aea0d /include
parent9d1252606c16a0fd5e44fe0192a464e7a28d51fd (diff)
downloadzabbix-a1b8e8f7f5833dbdb77a5e0dd749f15f0678c367.tar.gz
zabbix-a1b8e8f7f5833dbdb77a5e0dd749f15f0678c367.tar.xz
zabbix-a1b8e8f7f5833dbdb77a5e0dd749f15f0678c367.zip
- [DEV-100] C library for JSON data format
git-svn-id: svn://svn.zabbix.com/trunk@5278 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/zbxjson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 480f9423..30b2312b 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -58,7 +58,7 @@ int zbx_json_addstring(struct zbx_json *j, const char *name, const char *string)
int zbx_json_adddouble(struct zbx_json *j, const char *name, const double *value);*/
int zbx_json_return(struct zbx_json *j);
-int zbx_json_open(const char *buffer, struct zbx_json_parse *jp);
+int zbx_json_open(char *buffer, struct zbx_json_parse *jp);
const char *zbx_json_decodestring(const char *p, char *string, size_t len);
const char *zbx_json_getvalue_ptr(struct zbx_json_parse *jp, const char *name);
zbx_json_type_t zbx_json_getvalue_type(const char *p);