mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
8 lines
167 B
C
8 lines
167 B
C
#include <glib.h>
|
|
|
|
#include "config/account.h"
|
|
|
|
void expect_cons_show(char *expected);
|
|
void expect_cons_show_account(ProfAccount *account);
|
|
void reset_ui_mocks(void);
|