X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fwildcard.h;h=196350134a55c4c5730dc4fc6b0327c3c42b1542;hb=db0c7fae77b60857adf9dd083a1b6ce524a6808f;hp=4bea2ff02e1be42f542383d8a89c95c387c13bbb;hpb=0c828ad6d498a15f42b1d281ea979135a91b87e2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/wildcard.h b/include/wildcard.h index 4bea2ff02..196350134 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); +CoreExport bool match(const char *str, const char *mask); +CoreExport bool match(const char *str, const char *mask, bool use_cidr_match); +CoreExport bool match(bool case_sensitive, const char *str, const char *mask); +CoreExport bool match(bool case_sensitive, const char *str, const char *mask, bool use_cidr_match);