comparison libpurple/protocols/novell/novell.c @ 23807:ff29208e03ef

propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5) to branch 'im.pidgin.pidgin.vv' (head 7872d32a910cd4c1fbc3e2457295e4c1d40188f5)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 27 May 2008 06:27:46 +0000
parents e0bcb8cfda74 92e71f6e10d4
children 0d6bd0eca4cb
comparison
equal deleted inserted replaced
23220:01e1468da703 23807:ff29208e03ef
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