From 16e251d74a8fbd4e1f540cb950e1b85697e0c566 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 14 Jan 2007 17:26:04 +0000 Subject: g++ is picky about default params with overloading git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6324 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/wildcard.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') 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); -- cgit v1.3.1-10-gc9f91