summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/helperfuncs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index ae83dbf27..d99755035 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -88,5 +88,6 @@ int InsertMode(std::string &output, const char* modes, unsigned short section);
bool IsValidChannelName(const char *);
int charlcat(char* x,char y,int z);
+bool charremove(char* mp, char remove);
#endif