diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-06 16:48:01 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-06 16:48:01 +0000 |
commit | 993f6a525a2236ed3a3b1491213150c4a893426c (patch) | |
tree | ce073fd63e853ef8a0e7d05ec1ca4223170d1d2d /protocols/SkypeWeb/src/skype_proto.h | |
parent | 8ae92af56cc1d9a7337d34b0a542e8ccb93966c7 (diff) |
SkypeWeb: Minor optimization.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 007bbfe327..84cb3705e8 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -188,7 +188,7 @@ private: MEVENT GetMessageFromDB(MCONTACT hContact, DWORD timestamp, const char *messageId);
MEVENT AddMessageToDb(MCONTACT hContact, DWORD timestamp, DWORD flags, const char *messageId, char *content, int emoteOffset = 0);
- int OnReceiveMessage(const char *messageId, const char *skypename, time_t timestamp, char *content, int emoteOffset = 0, bool isRead = false);
+ int OnReceiveMessage(const char *messageId, const char *url, time_t timestamp, char *content, int emoteOffset = 0, bool isRead = false);
int SaveMessageToDb(MCONTACT hContact, PROTORECVEVENT *pre);
int OnSendMessage(MCONTACT hContact, int flags, const char *message);
|