diff src/protocols/qq/sendqueue.h @ 14058:32a71e64ceae

[gaim-migrate @ 16673] Eliminated a number of warnings. Generally, this consisted of fixing incorrectly declared data types and adding a few casts. I also moved some declarations that occurred in the middle of code. Minor formatting changes. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Tue, 08 Aug 2006 23:20:08 +0000
parents ef8490f9e823
children
line wrap: on
line diff
--- a/src/protocols/qq/sendqueue.h	Tue Aug 08 01:12:58 2006 +0000
+++ b/src/protocols/qq/sendqueue.h	Tue Aug 08 23:20:08 2006 +0000
@@ -33,7 +33,7 @@
 struct _qq_sendpacket {
 	gint fd;
 	gint len;
-	gchar *buf;
+	guint8 *buf;
 	guint16 cmd;
 	guint16 send_seq;
 	gint resend_times;