Changeset f3597a1 for root_commands.c
- Timestamp:
- 2008-02-14T21:01:21Z (17 years ago)
- Branches:
- master
- Children:
- 6c91e6e
- Parents:
- ef93a2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
ref93a2f rf3597a1 136 136 } 137 137 138 void cmd_account( irc_t *irc, char **cmd );138 static 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 void cmd_account( irc_t *irc, char **cmd )215 static 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.