aboutsummaryrefslogtreecommitdiff
path: root/libsylph/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/account.h')
-rw-r--r--libsylph/account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/account.h b/libsylph/account.h
index 3a6af365..d6f01a9e 100644
--- a/libsylph/account.h
+++ b/libsylph/account.h
@@ -35,6 +35,8 @@ extern PrefsAccount *cur_account;
void account_read_config_all (void);
void account_write_config_all (void);
+PrefsAccount *account_get_current_account (void);
+
PrefsAccount *account_find_from_smtp_server (const gchar *address,
const gchar *smtp_server);
PrefsAccount *account_find_from_address (const gchar *address);