Moved info display code to window.c

This commit is contained in:
James Booth
2014-06-03 21:14:21 +01:00
parent 17c73814ac
commit 8ae6d359d7
4 changed files with 145 additions and 124 deletions

View File

@@ -76,5 +76,6 @@ void win_show_status_string(ProfWin *window, const char * const from,
const char * const default_show);
void win_print_incoming_message(ProfWin *window, GTimeVal *tv_stamp,
const char * const from, const char * const message);
void win_show_info(ProfWin *window, PContact contact);
#endif