diff options
Diffstat (limited to 'include/wildcard.h')
-rw-r--r-- | include/wildcard.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/wildcard.h b/include/wildcard.h new file mode 100644 index 000000000..ab6e6d71e --- /dev/null +++ b/include/wildcard.h @@ -0,0 +1,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); + |