diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-27 11:05:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-27 11:05:05 +0300 |
commit | 288a07c81370226937d882b7a14fe3b6e3607e9e (patch) | |
tree | 11b756523da778da019b8e17b699fe6ab1c378c9 /protocols/ICQ-WIM/src/proto.h | |
parent | f5d8bbfb549446c53671250364a60af02b9874e7 (diff) |
fixes #1867 (MRA: email notification isn't shown on startup)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 9426cc8e08..ea5f310dbb 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -151,6 +151,7 @@ class CIcqProto : public PROTO<CIcqProto> MCONTACT CheckOwnMessage(const CMStringA &reqId, const CMStringA &msgId, bool bRemove); void CheckPassword(void); void ConnectionFailed(int iReason, int iErrorCode = 0); + void EmailNotification(const wchar_t *pwszText); void GetPermitDeny(); void MoveContactToGroup(MCONTACT hContact, const wchar_t *pwszGroup, const wchar_t *pwszNewGroup); void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId = -1); |