comparison libpurple/protocols/novell/novell.c @ 25004:0d6bd0eca4cb

propagate from branch 'im.pidgin.pidgin' (head 8e99bf9be800f9578d7e94cc4d522d435cfc80dd) to branch 'im.pidgin.pidgin.vv' (head e96b8392652eff68af61abf72fa6667c0564e2ab)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 07 Jan 2009 03:07:01 +0000
parents 568b786c36f9 ff29208e03ef
children af42303654a5
comparison
equal deleted inserted replaced
24927:6a1f8309c805 25004:0d6bd0eca4cb
3510 NULL, /* new_xfer */ 3510 NULL, /* new_xfer */
3511 NULL, /* offline_message */ 3511 NULL, /* offline_message */
3512 NULL, /* whiteboard_prpl_ops */ 3512 NULL, /* whiteboard_prpl_ops */
3513 NULL, /* send_raw */ 3513 NULL, /* send_raw */
3514 NULL, /* roomlist_room_serialize */ 3514 NULL, /* roomlist_room_serialize */
3515 3515 NULL, /* unregister_user */
3516 /* padding */ 3516 NULL, /* send_attention */
3517 NULL, 3517 NULL, /* get_attention_types */
3518 NULL,
3519 NULL,
3520 sizeof(PurplePluginProtocolInfo), /* struct_size */ 3518 sizeof(PurplePluginProtocolInfo), /* struct_size */
3521 NULL 3519 NULL, /* get_account_text_table */
3520 NULL, /* initiate_media */
3521 NULL /* can_do_media */
3522 }; 3522 };
3523 3523
3524 static PurplePluginInfo info = { 3524 static PurplePluginInfo info = {
3525 PURPLE_PLUGIN_MAGIC, 3525 PURPLE_PLUGIN_MAGIC,
3526 PURPLE_MAJOR_VERSION, 3526 PURPLE_MAJOR_VERSION,
3571 3571
3572 my_protocol = plugin; 3572 my_protocol = plugin;
3573 } 3573 }
3574 3574
3575 PURPLE_INIT_PLUGIN(novell, init_plugin, info); 3575 PURPLE_INIT_PLUGIN(novell, init_plugin, info);
3576