Added mock ui functions to tests

This commit is contained in:
James Booth
2015-01-31 22:14:41 +00:00
parent 84688c063e
commit 3b3ffcfb37

View File

@@ -178,6 +178,11 @@ int ui_win_unread(int index)
return 0;
}
void ui_page_up(void) {}
void ui_page_down(void) {}
void ui_subwin_page_up(void) {}
void ui_subwin_page_down(void) {}
char * ui_ask_password(void)
{
return mock_ptr_type(char *);