summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-24 18:24:39 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-24 18:24:39 +0300
commit9ddc8ffc38a4488276c456eac50ef5b35954a6ee (patch)
tree76b8766351b7dfbd544078216afe769df995d548 /protocols/ICQ-WIM/src/proto.h
parente00ad4b063b61ae162ccdc603b29f40853490250 (diff)
ICQ-WIM:
- fixes #2277 (ICQ: add ability to load whole history from server); - fix for message history retrieving; - code cleaning; - version bump
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h
index 6a06db66db..3caad36b20 100644
--- a/protocols/ICQ-WIM/src/proto.h
+++ b/protocols/ICQ-WIM/src/proto.h
@@ -243,7 +243,7 @@ class CIcqProto : public PROTO<CIcqProto>
void MarkAsRead(MCONTACT hContact);
void MoveContactToGroup(MCONTACT hContact, const wchar_t *pwszGroup, const wchar_t *pwszNewGroup);
bool RetrievePassword();
- void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId = -1);
+ void RetrieveUserHistory(MCONTACT, __int64 startMsgId, bool bFromHistory);
void RetrieveUserInfo(MCONTACT = INVALID_CONTACT_ID);
void SetServerStatus(int iNewStatus);
void ShutdownSession(void);
@@ -387,6 +387,8 @@ class CIcqProto : public PROTO<CIcqProto>
INT_PTR __cdecl GotoInbox(WPARAM, LPARAM);
INT_PTR __cdecl UploadGroups(WPARAM, LPARAM);
+ INT_PTR __cdecl OnMenuLoadHistory(WPARAM, LPARAM);
+
////////////////////////////////////////////////////////////////////////////////////////
// events