From 0d11f71e3bb30c9760f7fc8b027897047530b136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 8 Oct 2014 08:55:53 +0000 Subject: SkypeClassic: Sync from leecher's repo (r1963) - Fixed a severe bug that prevented the correct auth user to be read preventing every authentication accept. - Fixed a crash in Groupchat when only 2 users were left and user parted the groupchat - Added feature for blocking contacts git-svn-id: http://svn.miranda-ng.org/main/trunk@10744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeClassic/src/skypeapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/SkypeClassic/src/skypeapi.h') diff --git a/protocols/SkypeClassic/src/skypeapi.h b/protocols/SkypeClassic/src/skypeapi.h index aaff523921..3d1c00eb01 100644 --- a/protocols/SkypeClassic/src/skypeapi.h +++ b/protocols/SkypeClassic/src/skypeapi.h @@ -45,6 +45,7 @@ INT_PTR SkypeAdduserDlg(WPARAM wParam, LPARAM lParam); INT_PTR SkypeAnswerCall(WPARAM wParam, LPARAM lParam); int SkypeMsgCollectGarbage(time_t age); INT_PTR SkypeSendFile(WPARAM wParam, LPARAM lParam); +INT_PTR SkypeBlockContact(WPARAM wParam, LPARAM lParam); INT_PTR SkypeSetAvatar(WPARAM wParam, LPARAM lParam); INT_PTR SkypeSetAwayMessage(WPARAM wParam, LPARAM lParam); INT_PTR SkypeSetAwayMessageW(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3