diff src/protocols/msn/buddyicon.c @ 5506:4f72b611f0ee

[gaim-migrate @ 5905] A few changes here. - Messages now have reference counting. - There's a message queue API in servconn. This was needed for times when we have a message but need further information from a command before processing it, like initial e-mail notifications. - As a result of the two above, we now have initial e-mail notifications again! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 May 2003 09:04:32 +0000
parents 6a57fd9b45e1
children 187c740f2a4e
line wrap: on
line diff
--- a/src/protocols/msn/buddyicon.c	Sat May 24 19:15:58 2003 +0000
+++ b/src/protocols/msn/buddyicon.c	Sun May 25 09:04:32 2003 +0000
@@ -464,7 +464,7 @@
 }
 
 gboolean
-msn_buddy_icon_msg(MsnServConn *servconn, const MsnMessage *msg)
+msn_buddy_icon_msg(MsnServConn *servconn, MsnMessage *msg)
 {
 	if (!strncmp(msn_message_get_body(msg), "ICON", 4))
 		return __process_data(servconn, msg);