From 11376014e3b8395c46366c7395b0daeddef8ceda Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 31 Jul 2006 12:30:42 +0000 Subject: Remove match/wildcmp wrapper which just casts from const char* to char*, do the cast within wildcmp and rename wildcmp to match. Remove other casts by casting directly to unsigned char* first time around git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4607 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/wildcard.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') 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 #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); -- cgit v1.3.1-10-gc9f91