comparison src/protocols/qq/im.h @ 14045:3cefea0bf4a2

[gaim-migrate @ 16657] Took care of some signedness issues. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 06 Aug 2006 21:03:10 +0000
parents ef8490f9e823
children
comparison
equal deleted inserted replaced
14044:16b05033f5ee 14045:3cefea0bf4a2
52 }; 52 };
53 53
54 guint8 *qq_get_send_im_tail(const gchar *font_color, 54 guint8 *qq_get_send_im_tail(const gchar *font_color,
55 const gchar *font_size, 55 const gchar *font_size,
56 const gchar *font_name, 56 const gchar *font_name,
57 gboolean is_bold, gboolean is_italic, gboolean is_underline, guint len); 57 gboolean is_bold, gboolean is_italic, gboolean is_underline, gint len);
58 58
59 void qq_send_packet_im(GaimConnection *gc, guint32 to_uid, gchar *msg, gint type); 59 void qq_send_packet_im(GaimConnection *gc, guint32 to_uid, gchar *msg, gint type);
60 void qq_process_recv_im(guint8 *buf, gint buf_len, guint16 seq, GaimConnection *gc); 60 void qq_process_recv_im(guint8 *buf, gint buf_len, guint16 seq, GaimConnection *gc);
61 void qq_process_send_im_reply(guint8 *buf, gint buf_len, GaimConnection *gc); 61 void qq_process_send_im_reply(guint8 *buf, gint buf_len, GaimConnection *gc);
62 62