comparison libpurple/protocols/novell/novell.c @ 26086:af42303654a5

propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c) to branch 'im.pidgin.pidgin.vv' (head a940363ef1efa4bf53c71cbb8201f36ed5795583)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 05 Feb 2009 00:31:35 +0000
parents b5c82724598c 0d6bd0eca4cb
children ff4212a5268f
comparison
equal deleted inserted replaced
25418:b0c75121cf66 26086:af42303654a5
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