diff options
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 8b0c06600..6b804c8c7 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -68,8 +68,6 @@ long local_count(); void ShowMOTD(userrec *user); void ShowRULES(userrec *user); bool AllModulesReportReady(userrec* user); -void createcommand(char* cmd, handlerfunc f, char flags, int minparams,char* source); -void SetupCommandTable(void); bool DirValid(char* dirandfile); std::string GetFullProgDir(char** argv, int argc); |