aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-14 22:01:21 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-14 22:01:21 +0100
commitf3597a161cd13e076db626fed3d833cac0d62d6c (patch)
treebabefcebd211607b9b7b8f8011d57eb6a9f5a6e0 /root_commands.c
parentef93a2f828b62e74f62638e7fbbe63e47f92194f (diff)
revert keygen behaviour to old (lax) behavior
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 03b579a1..04c62fea 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -135,7 +135,7 @@ static void cmd_help( irc_t *irc, char **cmd )
}
}
-void cmd_account( irc_t *irc, char **cmd );
+static 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 )
}
}
-void cmd_account( irc_t *irc, char **cmd )
+static void cmd_account( irc_t *irc, char **cmd )
{
account_t *a;