mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7
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);
|
|
|