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/mocks/valuecache')
-rw-r--r--tests/mocks/valuecache/valuecache_mock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mocks/valuecache/valuecache_mock.c b/tests/mocks/valuecache/valuecache_mock.c
index ff21d2d5d08..26e0dcbb54a 100644
--- a/tests/mocks/valuecache/valuecache_mock.c
+++ b/tests/mocks/valuecache/valuecache_mock.c
@@ -55,6 +55,7 @@ int __wrap_zbx_history_add_values(const zbx_vector_ptr_t *history);
int __wrap_zbx_history_sql_init(zbx_history_iface_t *hist, unsigned char value_type, char **error);
int __wrap_zbx_history_elastic_init(zbx_history_iface_t *hist, unsigned char value_type, char **error);
time_t __wrap_time(time_t *ptr);
+void __wrap_zbx_timespec(zbx_timespec_t *ts);
void zbx_vc_set_mode(int mode);