summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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