comparison libpurple/protocols/novell/novell.c @ 26213:ff4212a5268f

propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59) to branch 'im.pidgin.pidgin.vv' (head 8df00cb1a28baa69d0a68e0e96af201ec7d87c09)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 02 Mar 2009 18:47:27 +0000
parents 4b8c4870b13a af42303654a5
children e23a74d7c97c
comparison
equal deleted inserted replaced
25446:52fbda23e398 26213:ff4212a5268f
3518 NULL, /* new_xfer */ 3518 NULL, /* new_xfer */
3519 NULL, /* offline_message */ 3519 NULL, /* offline_message */
3520 NULL, /* whiteboard_prpl_ops */ 3520 NULL, /* whiteboard_prpl_ops */
3521 NULL, /* send_raw */ 3521 NULL, /* send_raw */
3522 NULL, /* roomlist_room_serialize */ 3522 NULL, /* roomlist_room_serialize */
3523 3523 NULL, /* unregister_user */
3524 /* padding */ 3524 NULL, /* send_attention */
3525 NULL, 3525 NULL, /* get_attention_types */
3526 NULL,
3527 NULL,
3528 sizeof(PurplePluginProtocolInfo), /* struct_size */ 3526 sizeof(PurplePluginProtocolInfo), /* struct_size */
3529 NULL 3527 NULL, /* get_account_text_table */
3528 NULL, /* initiate_media */
3529 NULL /* can_do_media */
3530 }; 3530 };
3531 3531
3532 static PurplePluginInfo info = { 3532 static PurplePluginInfo info = {
3533 PURPLE_PLUGIN_MAGIC, 3533 PURPLE_PLUGIN_MAGIC,
3534 PURPLE_MAJOR_VERSION, 3534 PURPLE_MAJOR_VERSION,
3579 3579
3580 my_protocol = plugin; 3580 my_protocol = plugin;
3581 } 3581 }
3582 3582
3583 PURPLE_INIT_PLUGIN(novell, init_plugin, info); 3583 PURPLE_INIT_PLUGIN(novell, init_plugin, info);
3584