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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2018-06-07 13:12:18 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2018-06-07 13:12:18 +0300
commitdc02b942eb6d363218dd29a86010484f82978611 (patch)
tree32bfa7de4f132cc7e7ad657a8bd862ea6d6f9eab /include/zbxregexp.h
parent09ce8f1b2d388e51ae50cb9bc09dd0bebba5e150 (diff)
...G....S. [ZBX-13730] moved global_regexp_exists() function into zbxregexp library
Diffstat (limited to 'include/zbxregexp.h')
-rw-r--r--include/zbxregexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxregexp.h b/include/zbxregexp.h
index 8540630f78e..1b342cc222c 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -52,5 +52,6 @@ void add_regexp_ex(zbx_vector_ptr_t *regexps, const char *name, const char *expr
int regexp_match_ex(const zbx_vector_ptr_t *regexps, const char *string, const char *pattern, int case_sensitive);
int regexp_sub_ex(const zbx_vector_ptr_t *regexps, const char *string, const char *pattern, int case_sensitive,
const char *output_template, char **output);
+int zbx_global_regexp_exists(const char *name, const zbx_vector_ptr_t *regexps);
#endif /* ZABBIX_ZBXREGEXP_H */