From b6cf37cf179bdd678a876e11f5bb2827e3341c47 Mon Sep 17 00:00:00 2001 From: Andris Zeila Date: Mon, 22 Feb 2021 21:05:10 +0200 Subject: .......PS. [ZBXNEXT-6478] added report.test request stub --- 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 698b44be2da..74eaf6efb07 100644 --- a/include/zbxprometheus.h +++ b/include/zbxprometheus.h @@ -17,8 +17,8 @@ ** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **/ -#ifndef __zbxprometheus_h__ -#define __zbxprometheus_h__ +#ifndef ZABBIX_ZBXPROMETHEUS_H +#define ZABBIX_ZBXPROMETHEUS_H int zbx_prometheus_pattern(const char *data, const char *filter_data, const char *output, char **value, char **error); @@ -27,4 +27,4 @@ int zbx_prometheus_to_json(const char *data, const char *filter_data, char **val int zbx_prometheus_validate_filter(const char *pattern, char **error); int zbx_prometheus_validate_label(const char *label); -#endif /* __zbxprometheus_h__ */ +#endif -- cgit v1.2.3