summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-20 14:36:02 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-20 14:36:02 +0000
commit01f4d3aa5969529357e04290c61a31b5c1265113 (patch)
treee87a1795bc8574641db6698446ed3798099f4099 /include
parent318f1d96d056d622e08e15f1599597ddb5390f52 (diff)
downloadzabbix-01f4d3aa5969529357e04290c61a31b5c1265113.tar.gz
zabbix-01f4d3aa5969529357e04290c61a31b5c1265113.tar.xz
zabbix-01f4d3aa5969529357e04290c61a31b5c1265113.zip
- [DEV-100] JSON
git-svn-id: svn://svn.zabbix.com/trunk@5378 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/zbxjson.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 9a16168f..8fe235bc 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -47,7 +47,6 @@ typedef enum
ZBX_JSON_TYPE_UNKNOWN = 0,
ZBX_JSON_TYPE_STRING,
ZBX_JSON_TYPE_INT,
- ZBX_JSON_TYPE_FLOAT,
ZBX_JSON_TYPE_ARRAY,
ZBX_JSON_TYPE_OBJECT,
ZBX_JSON_TYPE_NULL