Tidied xmlconsole

This commit is contained in:
James Booth
2014-04-15 23:45:17 +01:00
parent e6e0a13e89
commit ef776e52ca
5 changed files with 24 additions and 18 deletions

View File

@@ -63,6 +63,7 @@ void win_vprint_line(ProfWin *self, const char show_char, int attrs,
const char * const msg, ...);
void win_print_line(ProfWin *self, const char show_char, int attrs,
const char * const msg);
void win_print_line_no_time(ProfWin *window, int attrs, const char * const msg);
void win_update_virtual(ProfWin *window);
void win_move_to_end(ProfWin *window);
void win_print_time(ProfWin *window, char show_char);