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-09 12:39:07 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-09 12:41:09 +0300
commit1c24656ed90e3bd8ef62335ba591fbc61a82eff7 (patch)
tree01068a68a2858a4db33c66acaa2177de5d3cb78a /include/zbxhistory.h
parentefaaf305ff75350eac56e172a449baded39676d3 (diff)
........S. [DEV-1836] added freeing json in case of failure in check_capabilities
Diffstat (limited to 'include/zbxhistory.h')
-rw-r--r--include/zbxhistory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zbxhistory.h b/include/zbxhistory.h
index 333b3e36b69..fb497d6378d 100644
--- a/include/zbxhistory.h
+++ b/include/zbxhistory.h
@@ -57,8 +57,6 @@ 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);
-
void zbx_history_check_version(struct zbx_json *json);
#endif