diff src/protocols/qq/login_logout.h @ 14013:e9fe337fa9aa

[gaim-migrate @ 16605] *Safeguarded against a possible memory violation upon receiving a malformed login token reply packet. *Eliminated a couple of compiler warnings. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Tue, 01 Aug 2006 13:08:03 +0000
parents 983fd420e86b
children ef8490f9e823
line wrap: on
line diff
--- a/src/protocols/qq/login_logout.h	Tue Aug 01 00:05:14 2006 +0000
+++ b/src/protocols/qq/login_logout.h	Tue Aug 01 13:08:03 2006 +0000
@@ -20,8 +20,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-// START OF FILE
-/*****************************************************************************/
 #ifndef _QQ_LOGIN_LOGOUT_H_
 #define _QQ_LOGIN_LOGOUT_H_
 
@@ -31,14 +29,9 @@
 #define QQ_LOGIN_MODE_NORMAL        0x0a
 #define QQ_LOGIN_MODE_HIDDEN        0x28
 
-//void qq_send_packet_login(GaimConnection * gc);	//for internal usage, by gfhuang
-void qq_send_packet_request_login_token(GaimConnection *gc);	//by gfhuang
-
+void qq_send_packet_request_login_token(GaimConnection *gc);
+void qq_process_request_login_token_reply(guint8 *buf, gint buf_len, GaimConnection *gc);
+void qq_process_login_reply(guint8 * buf, gint buf_len, GaimConnection * gc);
 void qq_send_packet_logout(GaimConnection * gc);
 
-void qq_process_login_reply(guint8 * buf, gint buf_len, GaimConnection * gc);
-void qq_process_request_login_token_reply(guint8 *buf, gint buf_len, GaimConnection *gc); // by gfhuang
-
 #endif
-/*****************************************************************************/
-// END OF FILE