diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wildcard.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/wildcard.h b/include/wildcard.h index f971d7b34..4bea2ff02 100644 --- a/include/wildcard.h +++ b/include/wildcard.h @@ -13,6 +13,5 @@ #include "inspircd_config.h" -bool match(const char* str, const char* mask); -bool match(const char *str, const char *mask, bool use_cidr_match); - +bool match(const char *str, const char *mask, bool use_cidr_match = false); +bool match(bool case_sensitive, const char *str, const char *mask, bool use_cidr_match = false); |