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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-11-01 15:45:33 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-11-01 15:45:33 +0400
commit1e6000b9a069ddcbc425937cc9d669589ce298e5 (patch)
tree90bc00eddc382ba223acbfcd35599bacc01e2330 /include/sysinfo.h
parent19ac9208573489b5cd05e7174689a92cfb936299 (diff)
.......PS. [ZBXNEXT-1477] implemented a new function replace_key_param_dyn(); rewrote source code to use the new function
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index e75991defc9..45aa77a4a84 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -189,6 +189,7 @@ zbx_log_t *add_log_result(AGENT_RESULT *result, const char *value);
void set_log_result_empty(AGENT_RESULT *result);
zbx_uint64_t get_log_result_lastlogsize(AGENT_RESULT *result);
+void unquote_key_param(char *param);
void quote_key_param(char **param, int forced);
int set_result_type(AGENT_RESULT *result, int value_type, int data_type, char *c);