summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-13 14:32:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-13 14:32:47 +0300
commit35b895bb4d280991cf172c89ab61010edb36e31d (patch)
treeba654d9b46ee535f86ca32dcf6f22036a84daee7 /protocols/ICQ-WIM/src/proto.h
parentc88b18efc8b4b3a84cac866dc9de4f424a05dbcb (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.h1
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);