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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:03 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:18 +0300
commit7417609a882af4929821c23eb8aca22cf3b6ad80 (patch)
treeb86e8c74570a8b9c8520dcdabfde76f13af00bcc /include/zbxprometheus.h
parent1d996822fdbccf68698a319924ae003bec93c692 (diff)
...G...PS. [DEV-1570] fixed multiple funcArgNamesDifferent cppcheck warnings
(cherry picked from commit fe50c591d19db5ee990a680ee7bc9b7eb224999b)
Diffstat (limited to 'include/zbxprometheus.h')
-rw-r--r--include/zbxprometheus.h6
1 files changed, 3 insertions, 3 deletions
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);