summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-02 11:45:38 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-02 11:45:38 +0000
commit99f6009b2d0d1bc4b7ddc09f164fc19b78e6b431 (patch)
tree0e730986a55816e53ff990d1af443e5883982fec /include
parent21a1aec26cfa93e468912080c60d92c4d43b0f0c (diff)
Added charlcat which appends a single char to a char* string (range checked)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3416 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/helperfuncs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index c5939f8ba..933aeaca1 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -87,4 +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);
+
#endif