1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-04 18:44:14 -04:00
profanity/tests/unittests/ui/stub_ui.h

7 lines
293 B
C
Raw Normal View History

2014-12-23 14:26:45 -05:00
void expect_cons_show(char *expected);
void expect_any_cons_show(void);
2014-12-24 16:34:11 -05:00
void expect_cons_show_error(char *expected);
void expect_any_cons_show_error(void);
2014-12-24 18:32:32 -05:00
void expect_ui_current_print_line(char *message);
2015-10-09 06:49:17 -04:00
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);