1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/tests/unittests/ui/stub_ui.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
196 B
C
Raw Normal View History

2020-07-07 08:18:57 -04:00
void expect_cons_show(char* expected);
void expect_any_cons_show(void);
2020-07-07 08:18:57 -04:00
void expect_cons_show_error(char* expected);
void expect_any_cons_show_error(void);
2020-07-07 08:18:57 -04:00
void expect_win_println(char* message);