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:
Diffstat (limited to 'tests/libs/zbxtrends/zbx_trends_parse_range.c')
-rw-r--r--tests/libs/zbxtrends/zbx_trends_parse_range.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libs/zbxtrends/zbx_trends_parse_range.c b/tests/libs/zbxtrends/zbx_trends_parse_range.c
index 3a7f9f58843..c96cfffd629 100644
--- a/tests/libs/zbxtrends/zbx_trends_parse_range.c
+++ b/tests/libs/zbxtrends/zbx_trends_parse_range.c
@@ -27,6 +27,10 @@
#include "log.h"
#include "db.h"
+int __wrap_DBis_null(const char *field);
+DB_ROW __wrap_DBfetch(DB_RESULT result);
+DB_RESULT __wrap_DBselect(const char *fmt, ...);
+
int __wrap_DBis_null(const char *field)
{
ZBX_UNUSED(field);