1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/tests/ui/stub_ui.h
2014-12-24 23:32:32 +00:00

4 lines
220 B
C

void expect_cons_show(char *expected);
void expect_cons_show_error(char *expected);
void expect_ui_current_print_line(char *message);
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);