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:
authorAndris Mednis <Andris.Mednis@zabbix.com>2013-08-28 16:55:43 +0400
committerAndris Mednis <Andris.Mednis@zabbix.com>2013-08-28 16:55:43 +0400
commit180cb13ec4a3b7c1f3f1ef18066ac283361bfcf6 (patch)
tree7d138a9d6c867a68a6e7e889245a271b19d29c68 /include/zbxdbupgrade.h
parent8aaa8a9222cab0a72230e03067e78d83f84da953 (diff)
....I..... [ZBX-6890] fixed incorrect names of old indexes (DB upgrade patches); fixed function prototype warning
Diffstat (limited to 'include/zbxdbupgrade.h')
-rw-r--r--include/zbxdbupgrade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxdbupgrade.h b/include/zbxdbupgrade.h
index 92ca7fef0a6..be06d35db6a 100644
--- a/include/zbxdbupgrade.h
+++ b/include/zbxdbupgrade.h
@@ -20,6 +20,6 @@
#ifndef ZABBIX_UPGRADE_H
#define ZABBIX_UPGRADE_H
-int DBcheck_version();
+int DBcheck_version(void);
#endif