diff options
author | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-14 15:48:38 +0000 |
---|---|---|
committer | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-14 15:48:38 +0000 |
commit | 521ce2e0f7f95f5abeff464a56426e5b74368f61 (patch) | |
tree | 9c9294204cc7637d99d58ba2acaefc22cdc06a9b /include/commands.h | |
parent | 30e6da575352145fa41acf784feac64a1b784efa (diff) |
BUILD : 1.7.21 (1439) BUGS : NOTES : Fixed compiling on windows. We needed access to do_help_limited().
git-svn-id: svn://svn.anope.org/anope/trunk@1439 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1154 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands.h b/include/commands.h index ce7625ae8..bff95eb16 100644 --- a/include/commands.h +++ b/include/commands.h @@ -20,13 +20,13 @@ * terminated with a NULL name. */ -extern Command *lookup_cmd(Command *list, char *name); +extern MDE Command *lookup_cmd(Command *list, char *name); extern void run_cmd(char *service, User *u, Command *list, char *name); extern void help_cmd(char *service, User *u, Command *list, char *name); extern void do_run_cmd(char *service, User * u, Command *c,const char *cmd); -extern void do_help_limited(char *service, User * u, Command * c); +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); |