Added missing files, refactored ui_switch_win to check win exists

This commit is contained in:
James Booth
2014-04-01 23:54:26 +01:00
parent 7113b97952
commit b19b881b97
7 changed files with 56 additions and 35 deletions

View File

@@ -64,9 +64,6 @@ void ui_room_join_expect(char *room);
void mock_cons_show_roster(void);
void cons_show_roster_expect(GSList *list);
void mock_ui_win_exists(void);
void ui_win_exists_expect_and_return(int given_index, gboolean result);
void ui_switch_win_expect(int given_i);
void ui_switch_win_expect_and_return(int given_i, gboolean result);
#endif