From 03ef675c0dd4742464d8ad93888e98721a044108 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 9 May 2008 17:24:50 +0000 Subject: Convert CIDR matching and wildcard matching to operate on std::strings git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9681 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/testsuite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/testsuite.h') diff --git a/include/testsuite.h b/include/testsuite.h index 27472faa9..45456aa47 100644 --- a/include/testsuite.h +++ b/include/testsuite.h @@ -25,6 +25,7 @@ class TestSuite : public Extensible ~TestSuite(); bool DoThreadTests(); + bool DoWildTests(); }; #endif -- cgit v1.2.3