inspircd/include/wildcard.h
2006-07-09 20:41:36 +00:00

24 lines
672 B
C++

/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
* InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
* E-mail:
* <brain@chatspike.net>
* <Craig@chatspike.net>
*
* Written by Craig Edwards, Craig McLure, and others.
* This program is free but copyrighted software; see
* the file COPYING for details.
*
* ---------------------------------------------------
*/
#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);