aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/root_commands.c b/root_commands.c
index 61bb5da9..7352b638 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -135,7 +135,7 @@ static void cmd_help( irc_t *irc, char **cmd )
}
}
-static void cmd_account( irc_t *irc, char **cmd );
+void cmd_account( irc_t *irc, char **cmd );
static void cmd_identify( irc_t *irc, char **cmd )
{
@@ -212,7 +212,7 @@ static void cmd_drop( irc_t *irc, char **cmd )
}
}
-static void cmd_account( irc_t *irc, char **cmd )
+void cmd_account( irc_t *irc, char **cmd )
{
account_t *a;