diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-26 10:00:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-26 10:00:38 +0000 |
commit | 5940fca1e79e3e2a53abfcc9805bfc631fa281da (patch) | |
tree | ced254ce6fb950af7abcf81c58fd72d3bb06863f /protocols/Skype/src/skype_proto.h | |
parent | 227fb2b649b95241de380b37bbc25f087acc5729 (diff) |
added userinfo support (not implemented yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 71ee2313ff..064e6f3d93 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -87,6 +87,7 @@ public: int __cdecl OnPreShutdown(WPARAM, LPARAM);
int __cdecl OnContactDeleted(WPARAM, LPARAM);
int __cdecl OnOptionsInit(WPARAM, LPARAM);
+ int __cdecl OnUserInfoInit(WPARAM, LPARAM);
int __cdecl OnAccountManagerInit(WPARAM wParam, LPARAM lParam);
// instances
|