summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 16:44:06 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 16:44:06 +0000
commit21d89df8dd934b3d64ef9910de5ea2ab27a878ab (patch)
treececb1ca60f6d0805669688e1211cf32473b7a941 /include/commands.h
parent39eb13fbbb32a1e7eebb8bfd6c1905951a2d4b50 (diff)
Same cleanups for help_cmd, mod_help_cmd, etc insanity.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1596 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/commands.h b/include/commands.h
index 7ffb27a73..a399df2b0 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -21,11 +21,8 @@
*/
extern MDE Command *lookup_cmd(Command *list, char *name);
-extern void help_cmd(char *service, User *u, Command *list,
- char *name);
-extern MDE void do_help_limited(char *service, User * u, Command * c);
-extern void do_help_cmd(char *service, User * u, Command *c,const char *cmd);
extern MDE void mod_help_cmd(char *service, User *u, CommandHash *cmdTable[],const char *cmd);
extern MDE void mod_run_cmd(char *service, User *u, CommandHash *cmdTable[],const char *cmd);
+extern MDE void do_help_limited(char *service, User * u, Command * c);
/*************************************************************************/