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/configcache/configcache.c')
-rw-r--r--tests/mocks/configcache/configcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mocks/configcache/configcache.c b/tests/mocks/configcache/configcache.c
index e05a0573e8b..060405ff466 100644
--- a/tests/mocks/configcache/configcache.c
+++ b/tests/mocks/configcache/configcache.c
@@ -35,6 +35,7 @@
zbx_mock_config_t mock_config;
+void *__wrap_zbx_hashset_search(zbx_hashset_t *hs, const void *data);
void *__real_zbx_hashset_search(zbx_hashset_t *hs, const void *data);
void mock_config_free_user_macros(void);