diff options
author | Adam <Adam@anope.org> | 2010-07-06 16:28:58 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-07-06 16:28:58 -0400 |
commit | 3a422777c5b7333ffaafb46f577ffe1db9f12b94 (patch) | |
tree | 0cf429927cce38011a3ad742128c3a66815f0af2 /include | |
parent | e42f125a850c11ead01602e01da53ba9200621ab (diff) |
Fixed Windows build
Diffstat (limited to 'include')
-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 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 */ /*************************************************************************/ |