diff options
-rw-r--r-- | include/commands.h | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 3 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); diff --git a/version.log b/version.log index 9b86f4ab5..9d3e4041e 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="21" VERSION_EXTRA="-svn" -VERSION_BUILD="1438" +VERSION_BUILD="1439" # $Log$ # +# BUILD : 1.7.21 (1439) +# BUGS : +# NOTES : Fixed compiling on windows. We needed access to do_help_limited(). +# # BUILD : 1.7.21 (1438) # BUGS : # NOTES : Updated docs regarding myself and CIDR channellists. |