Renamed window_show_time -> window_print_time

This commit is contained in:
James Booth
2013-04-21 02:10:13 +01:00
parent e151ce707d
commit a3b861a711
4 changed files with 78 additions and 78 deletions

View File

@@ -48,7 +48,7 @@ typedef struct prof_win_t {
ProfWin* window_create(const char * const title, int cols, win_type_t type);
void window_free(ProfWin *window);
void window_show_time(ProfWin *window, char show_char);
void window_print_time(ProfWin *window, char show_char);
void window_presence_colour_on(ProfWin *window, const char * const presence);
void window_presence_colour_off(ProfWin *window, const char * const presence);
void window_show_contact(ProfWin *window, PContact contact);