diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-09 17:24:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-09 17:24:50 +0000 |
commit | 03ef675c0dd4742464d8ad93888e98721a044108 (patch) | |
tree | b3c65ebc4118b415a3f339f5ac852d5b58bc9f8b /include/testsuite.h | |
parent | fc349c873818311b6a45aeaace624a3cd3ec96f2 (diff) |
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
Diffstat (limited to 'include/testsuite.h')
-rw-r--r-- | include/testsuite.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |