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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-06 11:42:14 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 09:25:14 +0300
commit0d21a1d827a942fefbc99768207c9b87e326a2ed (patch)
treef62e4a32c452671443d1ba7f20f82071c9f13382 /include/db.h
parent5d14722e0cb4ad8189d1131dda3fc747aa0f3a65 (diff)
.......PS. [DEV-1952] implmented AllowUnsupportedDbVersions
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index b46de9a30d7..816745f5b04 100644
--- a/include/db.h
+++ b/include/db.h
@@ -546,7 +546,7 @@ const ZBX_FIELD *DBget_field(const ZBX_TABLE *table, const char *fieldname);
#define DBget_maxid(table) DBget_maxid_num(table, 1)
zbx_uint64_t DBget_maxid_num(const char *tablename, int num);
-zbx_uint32_t DBextract_version(struct zbx_json *json);
+zbx_uint32_t DBextract_version_info(struct zbx_db_version_info_t *version_info, struct zbx_json *json);
void DBflush_version_requirements(const char *version);
int DBcheck_capabilities(zbx_uint32_t db_version);