libpurple/protocols/myspace/myspace.c

branch
vv
changeset 22069
841d24b3a2bc
parent 21874
5408a9950d64
parent 19882
d8c2a2fc1fbf
child 22071
4c47e360e467
equal deleted inserted replaced
22068:5157ec7a2b6f 22069:841d24b3a2bc
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. */

mercurial