summaryrefslogtreecommitdiff
path: root/src/core/ns_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_help.c')
-rw-r--r--src/core/ns_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ns_help.c b/src/core/ns_help.c
index 6d383afcf..12d5345da 100644
--- a/src/core/ns_help.c
+++ b/src/core/ns_help.c
@@ -14,7 +14,7 @@
#include "module.h"
-int do_help(User * u);
+static int do_help(User * u);
/**
* Create the command, and tell anope about it.
@@ -49,7 +49,7 @@ void AnopeFini(void)
* @param u The user who issued the command
* @param MOD_CONT to continue processing other modules, MOD_STOP to stop processing.
**/
-int do_help(User * u)
+static int do_help(User * u)
{
char *cmd = strtok(NULL, "");