X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fwildcard.h;h=196350134a55c4c5730dc4fc6b0327c3c42b1542;hb=db0c7fae77b60857adf9dd083a1b6ce524a6808f;hp=90660c6eff0952acdbb4cf3b2aa2720e6682440a;hpb=16e251d74a8fbd4e1f540cb950e1b85697e0c566;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/wildcard.h b/include/wildcard.h index 90660c6ef..196350134 100644 --- a/include/wildcard.h +++ b/include/wildcard.h @@ -13,7 +13,7 @@ #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(bool case_sensitive, const char *str, const char *mask); -bool match(bool case_sensitive, const char *str, const char *mask, bool use_cidr_match); +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);