summaryrefslogtreecommitdiff
path: root/include/wildcard.h
blob: fc73c2d2a5f3048cfec2b48f544e273ce2dcabd2 (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(const char* literal, const char* mask);