comparison libpurple/protocols/myspace/myspace.c @ 25557:60f5abc6cf0c

propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac) to branch 'im.pidgin.pidgin.vv' (head 9fd950ff4de5331c13cd762cb755741046bdd576)
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 29 Dec 2007 06:34:59 +0000
parents 41489d141def 315151da0dc6
children 750d700098c1
comparison
equal deleted inserted replaced
21949:18628d7aba30 25557:60f5abc6cf0c
2988 msim_send_really_raw, /* send_raw */ 2988 msim_send_really_raw, /* send_raw */
2989 NULL, /* roomlist_room_serialize */ 2989 NULL, /* roomlist_room_serialize */
2990 NULL, /* unregister_user */ 2990 NULL, /* unregister_user */
2991 msim_send_attention, /* send_attention */ 2991 msim_send_attention, /* send_attention */
2992 msim_attention_types, /* attention_types */ 2992 msim_attention_types, /* attention_types */
2993 NULL /* _purple_reserved4 */ 2993 sizeof(PurplePluginProtocolInfo)
2994 }; 2994 };
2995 2995
2996 2996
2997 2997
2998 /** Based on MSN's plugin info comments. */ 2998 /** Based on MSN's plugin info comments. */