Close win now has return value

This commit is contained in:
James Booth
2012-03-01 00:40:51 +00:00
parent 1cc22c23f9
commit 2acf15de0d
3 changed files with 24 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ void title_bar_connected(void);
void title_bar_disconnected(void);
// main window actions
void win_close_win(void);
int win_close_win(void);
int win_in_chat(void);
char *win_get_recipient(void);
void win_show_incomming_msg(char *from, char *message);