Changeset 5bf5edf for root_commands.c


Ignore:
Timestamp:
2008-02-10T21:54:28Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
2a2db6f
Parents:
5d62040
Message:

log out all accounts when going into keygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r5d62040 r5bf5edf  
    136136}
    137137
    138 static void cmd_account( irc_t *irc, char **cmd );
     138void cmd_account( irc_t *irc, char **cmd );
    139139
    140140static void cmd_identify( irc_t *irc, char **cmd )
     
    213213}
    214214
    215 static void cmd_account( irc_t *irc, char **cmd )
     215void cmd_account( irc_t *irc, char **cmd )
    216216{
    217217        account_t *a;
Note: See TracChangeset for help on using the changeset viewer.