summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-04-13 19:59:11 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-04-13 19:59:11 +0000
commit51b5164fd6c0ea0de58e4398e515dd73a0e12620 (patch)
tree94bed44c33f9c186f0110feadb56c1403ddf59cd /protocols/Skype/src/skype_proto.h
parent241aed20d47fe5e443370cd6224b5b2e844348d3 (diff)
- fix some own avatar get/set bugs
git-svn-id: http://svn.miranda-ng.org/main/trunk@4449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 7ac8b89ff0..b1f37b3147 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -438,8 +438,8 @@ protected:
static LIST<CSkypeProto> instanceList;
static int CompareProtos(const CSkypeProto *p1, const CSkypeProto *p2);
- void CreateService(const char* szService, SkypeServiceFunc serviceProc);
- void CreateServiceParam(const char* szService, SkypeServiceFunc serviceProc, LPARAM lParam);
+ void CreateServiceObj(const char* szService, SkypeServiceFunc serviceProc);
+ void CreateServiceObjParam(const char* szService, SkypeServiceFunc serviceProc, LPARAM lParam);
HANDLE CreateEvent(const char* szService);
void HookEvent(const char*, SkypeEventFunc);