1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 10:13:14 +02:00

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
This commit is contained in:
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-14 15:48:38 +00:00
parent 30e6da5753
commit 521ce2e0f7
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -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);
+5 -1
View File
@@ -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.