Added win_refresh function

This commit is contained in:
James Booth
2013-10-06 01:30:53 +01:00
parent 9c1809a50e
commit 33fc43d5e2
2 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ void win_free(ProfWin *window);
void win_print_time(ProfWin *window, char show_char);
void win_print_line(ProfWin *window, const char * const msg, ...);
void win_refresh(ProfWin *window);
void win_presence_colour_on(ProfWin *window, const char * const presence);
void win_presence_colour_off(ProfWin *window, const char * const presence);
void win_show_contact(ProfWin *window, PContact contact);