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-08 14:09:12 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 14:09:12 +0300
commita380d1e02aa7c3c1d8dd469923d380ed3c20f2fd (patch)
treec984814805262adeec06ebf7aef6fffc62853c54 /include/db.h
parentd527ac25466591a54ad29d4370379e0b8612fd0c (diff)
.......PS. [DEV-1952] moved zbx_db_version_json_create up the call stack
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 816745f5b04..1c4278a488d 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_info(struct zbx_db_version_info_t *version_info, struct zbx_json *json);
+zbx_uint32_t DBextract_version_info(struct zbx_db_version_info_t *version_info);
void DBflush_version_requirements(const char *version);
int DBcheck_capabilities(zbx_uint32_t db_version);