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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-01-28 21:11:48 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-01-28 21:11:48 +0300
commit4cc8387cee981b6349282f6fa91d9a45bf05910d (patch)
tree1caf107ecfbd2d8f0ca581587a39b05f831d3ef0 /include/zbxdbupgrade.h
parent4ba903d31dcc9293b2e6737c08349d0680db7056 (diff)
........S. [ZBXNEXT-1736] added support of double precision values for history, trends, graphs and services
Diffstat (limited to 'include/zbxdbupgrade.h')
-rw-r--r--include/zbxdbupgrade.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxdbupgrade.h b/include/zbxdbupgrade.h
index 5a66bc8c3c0..9e9dae38ffa 100644
--- a/include/zbxdbupgrade.h
+++ b/include/zbxdbupgrade.h
@@ -21,5 +21,6 @@
#define ZABBIX_UPGRADE_H
int DBcheck_version(void);
+int DBcheck_double_type(void);
#endif