mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-14 04:59:01 -04:00
8 lines
165 B
C
8 lines
165 B
C
|
#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);
|
||
|
|