diff src/protocols/qq/keep_alive.h @ 14021:ef8490f9e823

[gaim-migrate @ 16618] Replaced all C++-style comments with C-style ones. Cleaned up some comments and implemented a more consistent formatting scheme. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Wed, 02 Aug 2006 15:35:36 +0000
parents 983fd420e86b
children
line wrap: on
line diff
--- a/src/protocols/qq/keep_alive.h	Wed Aug 02 13:37:13 2006 +0000
+++ b/src/protocols/qq/keep_alive.h	Wed Aug 02 15:35:36 2006 +0000
@@ -21,22 +21,18 @@
  *
  */
 
-// START OF FILE
-/*****************************************************************************/
 #ifndef _QQ_KEEP_ALIVE_H_
 #define _QQ_KEEP_ALIVE_H_
 
 #include <glib.h>
-#include "connection.h"		// GaimConnection
-#include "qq.h"			// qq_buddy
+#include "connection.h"
+#include "qq.h"
 
-void qq_send_packet_keep_alive(GaimConnection * gc);
+void qq_send_packet_keep_alive(GaimConnection *gc);
 
-void qq_process_keep_alive_reply(guint8 * buf, gint buf_len, GaimConnection * gc);
-void qq_refresh_all_buddy_status(GaimConnection * gc);
+void qq_process_keep_alive_reply(guint8 *buf, gint buf_len, GaimConnection *gc);
+void qq_refresh_all_buddy_status(GaimConnection *gc);
 
-void qq_update_buddy_contact(GaimConnection * gc, qq_buddy * q_bud);
+void qq_update_buddy_contact(GaimConnection *gc, qq_buddy *q_bud);
 
 #endif
-/*****************************************************************************/
-// END OF FILE