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 19:28:29 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-09 19:28:29 +0300
commit0bb03db048b44836309cbbdffd23c402a9808e54 (patch)
tree4e70bd83602017aaf026a8d82a191a02c0d0387f /include/zbxdb.h
parent89bc49572b3c4f9a1b56d54cd13f7056521b6c9f (diff)
........S. [DEV-1836] fixed more unsigned long bugs
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 165ac208868..c6eece6d7b8 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -98,7 +98,7 @@ int zbx_db_txn_end_error(void);
const char *zbx_db_last_strerr(void);
unsigned long zbx_dbms_get_version(void);
-int zbx_dbms_extract_version(struct zbx_json *json);
+unsigned long zbx_dbms_extract_version(struct zbx_json *json);
#ifdef HAVE_MYSQL
int zbx_dbms_mariadb_used(void);