diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-20 02:49:09 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-20 02:49:09 +0000 |
| commit | 0f3110e2711e34bfbcfa03d8f0289e5ed17a3ff0 (patch) | |
| tree | 223359545de44404f1238a12abdc5fbca95c532c /include/modules.h | |
| parent | 6ce5c90619491440fc68f011c372feaaaf9d66dc (diff) | |
Fix build under Windows.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2458 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
| -rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 23152df95..00d32f27e 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1014,7 +1014,7 @@ MDE void moduleDisplayHelp(const char *service, User *u); /*************************************************************************/ /*************************************************************************/ /* Command Managment Functions */ -Command *findCommand(CommandHash *cmdTable[], const char *name); /* Find a command */ +MDE Command *findCommand(CommandHash *cmdTable[], const char *name); /* Find a command */ /*************************************************************************/ |
