mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@713 e03df62e-2008-0410-955e-edbf42e46eb7
8 lines
177 B
C++
8 lines
177 B
C++
#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);
|
|
|