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 '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 4fb55d2db65..8965b6950a4 100644
--- a/include/zbxprometheus.h
+++ b/include/zbxprometheus.h
@@ -22,8 +22,8 @@
-extern int zbx_prometheus_pattern (const char *data, const char *params, const char *value_type,
- char **output, char **err);
-extern int zbx_prometheus_to_json (const char *data, const char *params, char **output, char **err);
+extern int zbx_prometheus_pattern(const char *data, const char *filter_data, const char *output,
+ char **value, char **err);
+extern int zbx_prometheus_to_json(const char *data, const char *filter_data, char **value, char **err);
#endif /* __zbxprometheus_h__ */