inspircd/include/wildcard.h

8 lines
165 B
C
Raw Normal View History

#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);