Changeset 5bf5edf for root_commands.c
- Timestamp:
- 2008-02-10T21:54:28Z (17 years ago)
- Branches:
- master
- Children:
- 2a2db6f
- Parents:
- 5d62040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r5d62040 r5bf5edf 136 136 } 137 137 138 staticvoid cmd_account( irc_t *irc, char **cmd );138 void cmd_account( irc_t *irc, char **cmd ); 139 139 140 140 static void cmd_identify( irc_t *irc, char **cmd ) … … 213 213 } 214 214 215 staticvoid cmd_account( irc_t *irc, char **cmd )215 void cmd_account( irc_t *irc, char **cmd ) 216 216 { 217 217 account_t *a;
Note: See TracChangeset
for help on using the changeset viewer.