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 796b2b386..98519ce94 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -67,14 +67,10 @@ int usercount_invisible(void); int usercount_opers(void); int usercount_unknown(void); long chancount(void); -long count_servs(void); -long servercount(void); long local_count(); void ShowMOTD(userrec *user); void ShowRULES(userrec *user); bool AllModulesReportReady(userrec* user); -char islast(const char* s); -long map_count(const char* s); void createcommand(char* cmd, handlerfunc f, char flags, int minparams,char* source); void SetupCommandTable(void); bool DirValid(char* dirandfile); |