summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 1641575a6..70cc06da2 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -83,7 +83,7 @@ void ShowRULES(userrec *user);
bool AllModulesReportReady(userrec* user);
bool DirValid(char* dirandfile);
std::string GetFullProgDir(char** argv, int argc);
-
int InsertMode(std::string &output, const char* modes, unsigned short section);
+bool IsValidChannelName(const char *);
#endif