X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fwildcard.h;h=90660c6eff0952acdbb4cf3b2aa2720e6682440a;hb=3ec7995bf4981119115d14ce2cfce0cb5795f803;hp=4bea2ff02e1be42f542383d8a89c95c387c13bbb;hpb=0c828ad6d498a15f42b1d281ea979135a91b87e2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/wildcard.h b/include/wildcard.h index 4bea2ff02..90660c6ef 100644 --- a/include/wildcard.h +++ b/include/wildcard.h @@ -13,5 +13,7 @@ #include "inspircd_config.h" -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); +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);