Renamed console window functions

This commit is contained in:
James Booth
2012-02-12 22:23:51 +00:00
parent 9e63c4a0f6
commit bff2210b7f
4 changed files with 16 additions and 14 deletions

View File

@@ -191,7 +191,7 @@ void win_show_outgoing_msg(char *from, char *to, char *message)
}
}
void win_cons_help(void)
void cons_help(void)
{
char tstmp[80];
get_time(tstmp);
@@ -224,7 +224,7 @@ void win_cons_help(void)
}
}
void win_cons_show(char *msg)
void cons_show(char *msg)
{
char tstmp[80];
get_time(tstmp);
@@ -238,7 +238,7 @@ void win_cons_show(char *msg)
}
}
void win_cons_bad_command(char *cmd)
void cons_bad_command(char *cmd)
{
char tstmp[80];
get_time(tstmp);