From 7417609a882af4929821c23eb8aca22cf3b6ad80 Mon Sep 17 00:00:00 2001 From: Alexander Vladishev Date: Tue, 2 Jun 2020 16:14:03 +0300 Subject: ...G...PS. [DEV-1570] fixed multiple funcArgNamesDifferent cppcheck warnings (cherry picked from commit fe50c591d19db5ee990a680ee7bc9b7eb224999b) --- include/zbxprometheus.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/zbxprometheus.h') diff --git a/include/zbxprometheus.h b/include/zbxprometheus.h index f9a3f92572a..360231e9911 100644 --- a/include/zbxprometheus.h +++ b/include/zbxprometheus.h @@ -20,9 +20,9 @@ #ifndef __zbxprometheus_h__ #define __zbxprometheus_h__ -int zbx_prometheus_pattern(const char *data, const char *filter_data, const char *output, - char **value, char **err); -int zbx_prometheus_to_json(const char *data, const char *filter_data, char **value, char **err); +int zbx_prometheus_pattern(const char *data, const char *filter_data, const char *output, char **value, + char **error); +int zbx_prometheus_to_json(const char *data, const char *filter_data, char **value, char **error); int zbx_prometheus_validate_filter(const char *pattern, char **error); int zbx_prometheus_validate_label(const char *label); -- cgit v1.2.3