summaryrefslogtreecommitdiff
path: root/protocols/YAMN/src/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/YAMN/src/account.h')
-rw-r--r--protocols/YAMN/src/account.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/YAMN/src/account.h b/protocols/YAMN/src/account.h
index afe325fcef..70d7f45b5f 100644
--- a/protocols/YAMN/src/account.h
+++ b/protocols/YAMN/src/account.h
@@ -323,8 +323,9 @@ struct CAccount : public MZeroedObject
CAccount *Next;
- void CheckMail();
- void RefreshContact();
+ void CheckMail();
+ YAMNMAIL* CreateMail();
+ void RefreshContact();
};
#endif