comparison libpurple/protocols/msn/msn.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 665e04562de0 315151da0dc6
children 750d700098c1
comparison
equal deleted inserted replaced
21949:18628d7aba30 25557:60f5abc6cf0c
2284 NULL, /* unregister_user */ 2284 NULL, /* unregister_user */
2285 msn_send_attention, /* send_attention */ 2285 msn_send_attention, /* send_attention */
2286 msn_attention_types, /* attention_types */ 2286 msn_attention_types, /* attention_types */
2287 2287
2288 /* padding */ 2288 /* padding */
2289 NULL 2289 sizeof(PurplePluginProtocolInfo)
2290 }; 2290 };
2291 2291
2292 static PurplePluginInfo info = 2292 static PurplePluginInfo info =
2293 { 2293 {
2294 PURPLE_PLUGIN_MAGIC, 2294 PURPLE_PLUGIN_MAGIC,