mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 02:26:21 +00:00
Test "/account add <account>" adds account
This commit is contained in:
@@ -41,7 +41,11 @@ char * accounts_find_enabled(char *prefix)
|
||||
|
||||
void accounts_reset_all_search(void) {}
|
||||
void accounts_reset_enabled_search(void) {}
|
||||
void accounts_add(const char *jid, const char *altdomain) {}
|
||||
|
||||
void accounts_add(const char *jid, const char *altdomain)
|
||||
{
|
||||
check_expected(jid);
|
||||
}
|
||||
|
||||
gchar** accounts_get_list(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user