summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-07-06 16:28:58 -0400
committerAdam <Adam@anope.org>2010-07-06 16:28:58 -0400
commit3a422777c5b7333ffaafb46f577ffe1db9f12b94 (patch)
tree0cf429927cce38011a3ad742128c3a66815f0af2 /include
parente42f125a850c11ead01602e01da53ba9200621ab (diff)
Fixed Windows build
Diffstat (limited to 'include')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 25696ba80..0dd5bf46d 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -312,7 +312,7 @@ MDE int moduleAddCommand(CommandHash *cmdTable[], Command *c, int pos);
MDE int addCommand(CommandHash *cmdTable[], Command *c,int pos);
MDE int delCommand(CommandHash *cmdTable[], Command *c,char *mod_name); /* Del a command from a cmd table */
MDE int moduleDelCommand(CommandHash *cmdTable[],char *name); /* Del a command from a cmd table */
-Command *findCommand(CommandHash *cmdTable[], const char *name); /* Find a command */
+MDE Command *findCommand(CommandHash *cmdTable[], const char *name); /* Find a command */
/*************************************************************************/