summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wildcard.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/wildcard.h b/include/wildcard.h
index 3540f3965..936bd9e23 100644
--- a/include/wildcard.h
+++ b/include/wildcard.h
@@ -14,10 +14,7 @@
* ---------------------------------------------------
*/
-#include <string>
#include "inspircd_config.h"
-void Delete(char* str,int pos);
-void Insert(char* substr,char* str,int pos);
-bool match(const char* literal, const char* mask);
+bool match(const char* str, const char* mask);