From d2a51dc68f19b260883a9f35b6e150f08c01f63d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 25 Oct 2013 16:57:18 +0000 Subject: VK: - stupid password length limitation of 30 chars removed (thanks emx for pointing me to); - cancel in captcha form now stops the login process. git-svn-id: http://svn.miranda-ng.org/main/trunk@6626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/vk_proto.h') diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index 1c2582ccaa..1f00a1f0d9 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -159,8 +159,8 @@ private: bool PushAsyncHttpRequest(AsyncHttpRequest*, int iTimeout = 10000); void __cdecl WorkerThread(void*); - bool RunCaptchaForm(LPCSTR szUrl, CMStringA&); - CMStringA AutoFillForm(char*, CMStringA&); + bool RunCaptchaForm(LPCSTR szUrl, CMStringA&); + bool AutoFillForm(char*, CMStringA&, CMStringA&); bool CheckJsonResult(AsyncHttpRequest *pReq, NETLIBHTTPREQUEST *reply, JSONNODE*); JSONNODE* CheckJsonResponse(AsyncHttpRequest *pReq, NETLIBHTTPREQUEST *reply, JSONROOT&); -- cgit v1.2.3