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:
authorAndrejs Tumilovics <andrejs.tumilovics@zabbix.com>2019-12-05 17:06:44 +0300
committerAndrejs Tumilovics <andrejs.tumilovics@zabbix.com>2019-12-05 17:06:44 +0300
commit77a6b7b36ff4353cfbeca7e472c6febb441c7194 (patch)
treec0abd763985981e4c3e049a95eefe22323b58602 /include/zbxregexp.h
parent18fd3ec017736beb02c01bf0ed55aafa75fd8a5e (diff)
...G...... [ZBXNEXT-1085] fixed repeated asterisks in key access rule expression
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 fb6402be5d2..14c12dbf5a0 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -59,6 +59,7 @@ int zbx_global_regexp_exists(const char *name, const zbx_vector_ptr_t *regexps);
void zbx_regexp_escape(char **string);
/* wildcards */
+void zbx_wildcard_minimize(char *str);
int zbx_wildcard_match(const char *value, const char *wildcard);
#endif /* ZABBIX_ZBXREGEXP_H */