diff options
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 9c3207a9e..ff43c4abe 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -53,10 +53,6 @@ void Error(int status); void ShowMOTD(userrec *user); void ShowRULES(userrec *user); bool AllModulesReportReady(userrec* user); -bool DirValid(char* dirandfile); -bool FileExists(const char* file); -char* CleanFilename(char* name); -std::string GetFullProgDir(char** argv, int argc); int InsertMode(std::string &output, const char* modes, unsigned short section); bool IsValidChannelName(const char *); |