aboutsummaryrefslogtreecommitdiff
path: root/libsylph/account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-20 01:42:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-20 01:42:35 +0000
commit8af430a73e527f8507b973561b8d424cee37b63f (patch)
treee493fddb78dcee07863d74757d14082e2265195b /libsylph/account.h
parent8c7983bb78ff8d91e160eb6cd8ebc56d205513c5 (diff)
merged from libsylph branch.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1325 ee746299-78ed-0310-b773-934348b2243d
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);