X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fwildcard.h;h=90660c6eff0952acdbb4cf3b2aa2720e6682440a;hb=3ec7995bf4981119115d14ce2cfce0cb5795f803;hp=f971d7b3464913da7f0e52c29842569a8681f38a;hpb=696ee9ff66bb94be2229bfa9c3dc288affc38a72;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/wildcard.h b/include/wildcard.h index f971d7b34..90660c6ef 100644 --- a/include/wildcard.h +++ b/include/wildcard.h @@ -13,6 +13,7 @@ #include "inspircd_config.h" -bool match(const char* str, const char* mask); +bool match(const char *str, const char *mask); bool match(const char *str, const char *mask, bool use_cidr_match); - +bool match(bool case_sensitive, const char *str, const char *mask); +bool match(bool case_sensitive, const char *str, const char *mask, bool use_cidr_match);