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-11-29 12:51:24 +0300
committerAndrejs Tumilovics <andrejs.tumilovics@zabbix.com>2019-11-29 12:51:24 +0300
commitc4d3e53772da9c5ca5d132ee142fef52d21031af (patch)
tree3b08ae97fa33775c6f446b5b2542b21ded60ea41 /include/zbxregexp.h
parent109fc48b360099d70bace91720fee0ce4407e536 (diff)
...G...PS. [ZBXNEXT-1085] reworked wildcard matching, added tests and addressed other review comments
Diffstat (limited to 'include/zbxregexp.h')
-rw-r--r--include/zbxregexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxregexp.h b/include/zbxregexp.h
index c95ea40a4fe..fb6402be5d2 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -59,6 +59,6 @@ int zbx_global_regexp_exists(const char *name, const zbx_vector_ptr_t *regexps);
void zbx_regexp_escape(char **string);
/* wildcards */
-int zbx_wildcard_match(const char *wildcard, const char *value);
+int zbx_wildcard_match(const char *value, const char *wildcard);
#endif /* ZABBIX_ZBXREGEXP_H */