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>2018-01-18 11:18:02 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2018-01-18 11:18:02 +0300
commit363649f899269b8fb29dfd9af5338162634f218d (patch)
treee1d2d9e7100ea6cfc1bf4a283857a8fa78085e28 /include/zbxhistory.h
parentda431020998423a3bfd730e519cccb08cb809d5e (diff)
....I..... [ZBX-12390] added zbx_vc_get_value_range() function mock tests
Diffstat (limited to 'include/zbxhistory.h')
-rw-r--r--include/zbxhistory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxhistory.h b/include/zbxhistory.h
index f995865aa88..d2078af31c8 100644
--- a/include/zbxhistory.h
+++ b/include/zbxhistory.h
@@ -34,7 +34,7 @@ void zbx_history_record_vector_clean(zbx_vector_history_record_t *vector, int va
void zbx_history_record_vector_destroy(zbx_vector_history_record_t *vector, int value_type);
void zbx_history_record_clear(zbx_history_record_t *value, int value_type);
-void zbx_history_value2str(char *buffer, size_t size, history_value_t *value, int value_type);
+void zbx_history_value2str(char *buffer, size_t size, 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 */