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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-03-29 16:46:31 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-03-29 16:55:58 +0300
commitf2a5cd0f37f6813a275c8f997cbb6e711204b6cb (patch)
treeeecff2977f13d94b5884a8ce50770284d018a8e7 /include
parent134c978422ed2ca5daaec1c74f30deced2b66fea (diff)
........S. [DEV-1836] refactoring zbx_check_db
Diffstat (limited to 'include')
-rw-r--r--include/db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index f8d39fc8b4e..96950bc5654 100644
--- a/include/db.h
+++ b/include/db.h
@@ -503,8 +503,8 @@ const ZBX_FIELD *DBget_field(const ZBX_TABLE *table, const char *fieldname);
zbx_uint64_t DBget_maxid_num(const char *tablename, int num);
unsigned long DBextract_DBversion(struct zbx_json *json);
-void DBflush_version_requirements(struct zbx_json *json);
-int DBcheck_capabilities(unsigned long db_version);
+void DBflush_version_requirements(const char *version);
+int DBcheck_capabilities(zbx_uint32_t db_version);
#ifdef HAVE_POSTGRESQL
char *zbx_db_get_schema_esc(void);