diff options
| author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-02 17:28:01 +0000 |
|---|---|---|
| committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-02 17:28:01 +0000 |
| commit | cac4fe1a1a81d3262af46be94a85f69b81021ccc (patch) | |
| tree | 5185c2853e11458d940f257542182d59539e893d /protocols/SkypeWeb/src/skype_proto.h | |
| parent | 5a94bdd5833fd13bb0404c549be79d51c9a9547f (diff) | |
SkypeWeb: Not register trouter arfer health.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13382 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
| -rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 13b0dc16af..cc9668083d 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -150,7 +150,7 @@ private: void OnCreateTrouter(const NETLIBHTTPREQUEST *response);
void OnTrouterPoliciesCreated(const NETLIBHTTPREQUEST *response);
- void OnGetTrouter(const NETLIBHTTPREQUEST *response);
+ void OnGetTrouter(const NETLIBHTTPREQUEST *response, void *p);
void OnHealth(const NETLIBHTTPREQUEST *response);
void OnTrouterEvent(JSONNODE *body, JSONNODE *headers);
void __cdecl CSkypeProto::TRouterThread(void*);
|
