diff options
Diffstat (limited to 'include/wildcard.h')
-rw-r--r-- | include/wildcard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wildcard.h b/include/wildcard.h index 936bd9e23..02bc6342c 100644 --- a/include/wildcard.h +++ b/include/wildcard.h @@ -17,4 +17,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); |