Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2013-08-09 16:39:19 +0400
committerAndris Zeila <andris.zeila@zabbix.com>2013-08-09 16:39:19 +0400
commit7137e8fb7a1e1469382856af822a199168fe2796 (patch)
treed7d7bce5b56827e42035329a978c0d657f882e74 /include/sysinfo.h
parent4bba54c6682e3cadc94d72cd19d25f5d6814dff0 (diff)
.......PS. [ZBXNEXT-817] added original item key and dsn escaping during db monitor item conversion
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 1cbd69a4d70..35fbd492f75 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -169,6 +169,8 @@ void free_request(AGENT_REQUEST *request);
int parse_item_key(char *cmd, AGENT_REQUEST *request);
+void quote_key_param(char **param, int forced);
+
int set_result_type(AGENT_RESULT *result, int value_type, int data_type, char *c);
/* external system functions */