summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-02 12:00:57 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-02 12:00:57 +0000
commit4c6fb8032bf8a6310080069cc65c975087d93a76 (patch)
treefb5316853d6f962c13c96221f3336ea1da8b0b3a /include
parent99f6009b2d0d1bc4b7ddc09f164fc19b78e6b431 (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.h2
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