2003-01-23 19:45:57 +00:00
|
|
|
#include <string>
|
|
|
|
#include "inspircd_config.h"
|
|
|
|
|
|
|
|
void Delete(char* str,int pos);
|
|
|
|
void Insert(char* substr,char* str,int pos);
|
2004-04-24 18:15:37 +00:00
|
|
|
bool match(const char* literal, const char* mask);
|
2003-01-23 19:45:57 +00:00
|
|
|
|