diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:38:28 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:38:28 +0000 |
commit | ec126582ac8a9c63adb9fa9d47033ef0511ec4e3 (patch) | |
tree | 68a235eba6ae3933983be0db101a382d425d26ef /include/helperfuncs.h | |
parent | bbf2543844cf3963a7919062798ce36d5866ecc2 (diff) |
Moved more command parsing stuff to CommandParser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2514 e03df62e-2008-0410-955e-edbf42e46eb7
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); |