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>2020-03-17 18:13:30 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-03-17 18:13:30 +0300
commitff1ffdbe378f31b908ab91275063a6ee265568a5 (patch)
tree7be7819808612d51f08f423c7b1d661338c4bfa4 /include/zbxhistory.h
parent5390ecc59f8ad3d3e5c52839767656dcd30a0165 (diff)
........S. [ZBXNEXT-702] updated evaluate_FUNC functions and added test cases
Diffstat (limited to 'include/zbxhistory.h')
-rw-r--r--include/zbxhistory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxhistory.h b/include/zbxhistory.h
index 09f2ef5cb7c..67c88ca1aca 100644
--- a/include/zbxhistory.h
+++ b/include/zbxhistory.h
@@ -38,6 +38,7 @@ int zbx_history_record_compare_asc_func(const zbx_history_record_t *d1, const zb
int zbx_history_record_compare_desc_func(const zbx_history_record_t *d1, const zbx_history_record_t *d2);
void zbx_history_value2str(char *buffer, size_t size, const history_value_t *value, int value_type);
+char *zbx_history_value2str_dyn(const history_value_t *value, int value_type);
/* In most cases zbx_history_record_vector_destroy() function should be used to free the */
/* value vector filled by zbx_vc_get_value* functions. This define simply better */