]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/inspircd_util.h
Added some netsplit handling stuff (untested)
[user/henk/code/inspircd.git] / include / inspircd_util.h
1 /*
2  *  InspIRCd utlity functions  
3  */
4
5 char* SafeStrncpy(char *, const char *, size_t );  
6 char* CleanIpAddr(char *, const char *);
7 char* CleanFilename(char* name);
8