diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-13 14:32:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-13 14:32:47 +0300 |
commit | 35b895bb4d280991cf172c89ab61010edb36e31d (patch) | |
tree | ba654d9b46ee535f86ca32dcf6f22036a84daee7 /protocols/ICQ-WIM/src/proto.h | |
parent | c88b18efc8b4b3a84cac866dc9de4f424a05dbcb (diff) |
fixes #1895 (problem with importing old ICQ profiles where UIN was in the form of email)
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 40f0475fbf..5a27d13893 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -167,6 +167,7 @@ class CIcqProto : public PROTO<CIcqProto> void ConnectionFailed(int iReason, int iErrorCode = 0); void EmailNotification(const wchar_t *pwszText); void GetPermitDeny(); + wchar_t* GetUIN(MCONTACT hContact); void MoveContactToGroup(MCONTACT hContact, const wchar_t *pwszGroup, const wchar_t *pwszNewGroup); void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId = -1); void RetrieveUserInfo(MCONTACT = INVALID_CONTACT_ID); |