diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-29 05:05:06 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-29 05:05:06 +0000 |
commit | 68aeed54fb2c7c7d10c192a99c25d0a0c870b017 (patch) | |
tree | c6d0056480519c69823db8374fcde3eb72b4eef5 /protocols/Skype/src/skype_proto.h | |
parent | f0ca17cf986fc21dd98037a4599e85437261d5de (diff) |
- added new db event type
- added new icons
- fixed few bugs
git-svn-id: http://svn.miranda-ng.org/main/trunk@4565 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index bb8388c669..ed9f407c0d 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -369,7 +369,7 @@ protected: void CreateServiceObjParam(const char* szService, SkypeServiceFunc serviceProc, LPARAM lParam);
HANDLE CreateEvent(const char* szService);
- void HookEvent(const char*, SkypeEventFunc);
+ HANDLE HookEvent(const char*, SkypeEventFunc);
int SendBroadcast(int type, int result, HANDLE hProcess, LPARAM lParam);
int SendBroadcast(HANDLE hContact, int type, int result, HANDLE hProcess, LPARAM lParam);
|