From 72d65dfe216e8c0b2420f847af77e3ebe4a49cfc Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Sat, 5 Dec 2020 19:02:01 +0000 Subject: ........S. [DEV-1694] fixed -Wmissing-prototypes warnings --- tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c') diff --git a/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c b/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c index 4f4a93d78f2..456c69b26fa 100644 --- a/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c +++ b/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c @@ -35,6 +35,12 @@ zbx_es_t es_engine; +int __wrap_zbx_preprocessor_test(unsigned char value_type, const char *value, const zbx_timespec_t *ts, + const zbx_vector_ptr_t *steps, zbx_vector_ptr_t *results, zbx_vector_ptr_t *history, + char **preproc_error, char **error); + +int __wrap_DBget_user_by_active_session(const char *sessionid, zbx_user_t *user); + int __wrap_zbx_preprocessor_test(unsigned char value_type, const char *value, const zbx_timespec_t *ts, const zbx_vector_ptr_t *steps, zbx_vector_ptr_t *results, zbx_vector_ptr_t *history, char **preproc_error, char **error) -- cgit v1.2.3