summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
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 */
/*************************************************************************/