summaryrefslogtreecommitdiff
path: root/include/wildcard.h
blob: ab6e6d71e8b63fdef694550e9dd4bc1bc845eb79 (plain)
1
2
3
4
5
6
7
#include <string>
#include "inspircd_config.h"

void Delete(char* str,int pos);
void Insert(char* substr,char* str,int pos);
bool match(char* literal, char* mask);