summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wildcard.h6
1 files changed, 4 insertions, 2 deletions
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);