mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 11:56:22 +00:00
implement account removal
This commit is contained in:
@@ -50,6 +50,7 @@ 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, const int port);
|
||||
int (*accounts_remove)(const char *jid);
|
||||
gchar** (*accounts_get_list)(void);
|
||||
ProfAccount* (*accounts_get_account)(const char * const name);
|
||||
gboolean (*accounts_enable)(const char * const name);
|
||||
|
||||
Reference in New Issue
Block a user