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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-08 19:38:24 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-08 19:39:05 +0300
commitefaaf305ff75350eac56e172a449baded39676d3 (patch)
treedb6d0d8b37c0bd38e225661a5328c4066a1a599c /include/zbxhistory.h
parentb7758d13000ad2a5d0138fd1f5ab7f9924033b29 (diff)
........S. [DEV-1836] updated the code according to the first subissue
Diffstat (limited to 'include/zbxhistory.h')
-rw-r--r--include/zbxhistory.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/zbxhistory.h b/include/zbxhistory.h
index 17092680619..333b3e36b69 100644
--- a/include/zbxhistory.h
+++ b/include/zbxhistory.h
@@ -20,6 +20,8 @@
#ifndef ZABBIX_ZBXHISTORY_H
#define ZABBIX_ZBXHISTORY_H
+#include "zbxjson.h"
+
/* the item history value */
typedef struct
{
@@ -55,6 +57,8 @@ int zbx_history_get_values(zbx_uint64_t itemid, int value_type, int start, int c
zbx_vector_history_record_t *values);
int zbx_history_requires_trends(int value_type);
-int zbx_history_get_version(void);
+//int zbx_history_get_version(void);
+
+void zbx_history_check_version(struct zbx_json *json);
#endif