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>2021-05-05 18:42:39 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-05-05 18:42:39 +0300
commit9027b76f9ef1483e0e2f6801fab103c31ff51ffe (patch)
treeb995b2cf026e6f1f47ef026bc780ade3c007ff4a /include/zbxreport.h
parentee796ea01d6f43f2a9b207ed06afa0fff6b570c7 (diff)
........S. [ZBXNEXT-6478] fixed cppcheck warnings
Diffstat (limited to 'include/zbxreport.h')
-rw-r--r--include/zbxreport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxreport.h b/include/zbxreport.h
index 3ea82f720ab..8631e3d5083 100644
--- a/include/zbxreport.h
+++ b/include/zbxreport.h
@@ -29,6 +29,6 @@
#define ZBX_REPORT_PERIOD_MONTH 0
#define ZBX_REPORT_PERIOD_YEAR 0
-void zbx_report_test(const struct zbx_json_parse *jp, zbx_uint64_t tester_userid, struct zbx_json *j);
+void zbx_report_test(const struct zbx_json_parse *jp, zbx_uint64_t userid, struct zbx_json *j);
#endif