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 Zeila <andris.zeila@zabbix.com>2020-09-21 15:13:10 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-09-21 15:13:30 +0300
commit9d1542328a7c863bb7cce480b3a0fa78cc2c0618 (patch)
tree8c74e17e0b36d5bd1ab17e92d2ae53f578264d16 /tests/libs/zbxdbcache
parent7e82dd5536f452a2d7c49af81d3bbb81e4db650f (diff)
........S. [ZBXNEXT-6140] fixed expression macro parsing
Diffstat (limited to 'tests/libs/zbxdbcache')
-rw-r--r--tests/libs/zbxdbcache/dc_function_calculate_nextcheck_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libs/zbxdbcache/dc_function_calculate_nextcheck_test.c b/tests/libs/zbxdbcache/dc_function_calculate_nextcheck_test.c
index 018ba0297db..e8689d0ec8d 100644
--- a/tests/libs/zbxdbcache/dc_function_calculate_nextcheck_test.c
+++ b/tests/libs/zbxdbcache/dc_function_calculate_nextcheck_test.c
@@ -1,3 +1,5 @@
+int zbx_dc_function_calculate_nextcheck(const zbx_trigger_timer_t *timer, time_t from, zbx_uint64_t seed);
+
int zbx_dc_function_calculate_nextcheck(const zbx_trigger_timer_t *timer, time_t from, zbx_uint64_t seed)
{
return dc_function_calculate_nextcheck(timer, from, seed);