]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/wildcard.h
ab6e6d71e8b63fdef694550e9dd4bc1bc845eb79
[user/henk/code/inspircd.git] / include / wildcard.h
1 #include <string>
2 #include "inspircd_config.h"
3
4 void Delete(char* str,int pos);
5 void Insert(char* substr,char* str,int pos);
6 bool match(char* literal, char* mask);
7