diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-19 19:20:22 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-19 19:20:22 +0000 |
commit | f0f0cd088f1ec3a85abee825ddbc214f3f6b92c3 (patch) | |
tree | a14e3df46ea49e781a98e5ef3438aa25bc52e5b5 /protocols/SkypeWeb/src/skype_proto.h | |
parent | a0827f61f16f691962b378ab64ea27e5132dc506 (diff) |
SkypeWeb: support change chat topic
git-svn-id: http://svn.miranda-ng.org/main/trunk@14269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index db136cd963..cbc434bc43 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -337,6 +337,7 @@ private: time_t GetLastMessageTime(MCONTACT hContact);
CMString RunConfirmationCode();
+ CMString ChangeTopicForm();
//events
void InitDBEvents();
int __cdecl ProcessSrmmEvent(WPARAM, LPARAM);
|