summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_account.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_account.h')
-rw-r--r--plugins/ExternalAPI/m_account.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_account.h b/plugins/ExternalAPI/m_account.h
index c735fe083b..ebd730be07 100644
--- a/plugins/ExternalAPI/m_account.h
+++ b/plugins/ExternalAPI/m_account.h
@@ -232,7 +232,7 @@ struct SWriteGuard
/////////////////////////////////////////////////////////////////////////////////////////
// CAccount - basic email account class
-struct CAccount
+struct CAccount : public MZeroedObject
{
#define YAMN_ACCOUNTFILEVERSION 2 //version of standard file format (YAMN book file format)
@@ -327,6 +327,8 @@ struct CAccount
BOOL isCounting;
CAccount *Next;
+
+ void RefreshContact();
};
#endif