mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 14:06:21 +00: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);
|