summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-08-13 16:18:58 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-08-13 16:18:58 +0000
commit8d6fe5753b2e570c064c9e0d438cf019a2d3e3d3 (patch)
tree0b0746bb0a81636cd3abe9b85c9070828b722e1d /protocols/JabberG/src/jabber_proto.h
parent3fe0fd0f99ff17216b9cb8b479c5c8c77d4e1c3c (diff)
fixed port saving when registering new jid
git-svn-id: http://svn.miranda-ng.org/main/trunk@5669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 7e0f47124a..829f096b97 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -437,7 +437,6 @@ struct CJabberProto : public PROTO<CJabberProto>
//---- jabber_captcha.cpp ------------------------------------------------------------
- bool GetCaptchaImage(HXML node, TCHAR*& CaptchaPath);
void sendCaptchaResult(TCHAR* buf, ThreadData* info, LPCTSTR from, LPCTSTR challenge, LPCTSTR fromjid, LPCTSTR sid);
void sendCaptchaError(ThreadData* info, LPCTSTR from, LPCTSTR to, LPCTSTR challenge);