summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index 426b40706b..fc2c55f1b3 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -206,7 +206,7 @@ private:
//chats
MCONTACT AddChatRoom(const char *chatname);
-
+ void SetChatStatus(MCONTACT hContact, int iStatus);
//polling
void __cdecl ParsePollData(JSONNODE *data);
void __cdecl PollingThread(void*);