diff options
| author | 2006-03-02 12:00:57 +0000 | |
|---|---|---|
| committer | 2006-03-02 12:00:57 +0000 | |
| commit | 4c6fb8032bf8a6310080069cc65c975087d93a76 (patch) | |
| tree | fb5316853d6f962c13c96221f3336ea1da8b0b3a /include | |
| parent | Added charlcat which appends a single char to a char* string (range checked) (diff) | |
Made extensive use of charlcat to cut down on strlcat usage
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3417 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/helperfuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 933aeaca1..ae83dbf27 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -87,6 +87,6 @@ std::string GetFullProgDir(char** argv, int argc); int InsertMode(std::string &output, const char* modes, unsigned short section); bool IsValidChannelName(const char *); -inline int charlcat(char* x,char y,int z); +int charlcat(char* x,char y,int z); #endif |
