1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

6 lines
196 B
C
Raw Normal View History

2014-12-23 19:26:45 +00:00
void expect_cons_show(char *expected);
void expect_any_cons_show(void);
2014-12-24 21:34:11 +00:00
void expect_cons_show_error(char *expected);
void expect_any_cons_show_error(void);
2016-10-16 21:45:48 +01:00
void expect_win_println(char *message);