aboutsummaryrefslogtreecommitdiff
path: root/libsylph/account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-06 09:19:14 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-06 09:19:14 +0000
commitb69e098519c056115763a19004c4fcefe4ad49d5 (patch)
tree75f41f45239f18a50afe9f7163671675f42c2604 /libsylph/account.h
parent9aa60b8ee830c9ecce85ba76bbd57085ef8bddb5 (diff)
svn s
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2337 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/account.h')
-rw-r--r--libsylph/account.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/account.h b/libsylph/account.h
index d6f01a9e..44851143 100644
--- a/libsylph/account.h
+++ b/libsylph/account.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2009 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -63,6 +63,8 @@ FolderItem *account_get_special_folder(PrefsAccount *ac_prefs,
void account_destroy (PrefsAccount *ac_prefs);
+void account_update_lock (void);
+void account_update_unlock (void);
void account_updated (void);
#endif /* __ACCOUNT_H__ */