comparison libpurple/protocols/qq/qq.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 bb41bdce8981 92e71f6e10d4
children 3da0957e7821
comparison
equal deleted inserted replaced
23220:01e1468da703 23807:ff29208e03ef
699 NULL, /* new xfer */ 699 NULL, /* new xfer */
700 NULL, /* offline_message */ 700 NULL, /* offline_message */
701 NULL, /* PurpleWhiteboardPrplOps */ 701 NULL, /* PurpleWhiteboardPrplOps */
702 NULL, /* send_raw */ 702 NULL, /* send_raw */
703 NULL, /* roomlist_room_serialize */ 703 NULL, /* roomlist_room_serialize */
704 704 NULL, /* unregister_user */
705 /* padding */ 705 NULL, /* send_attention */
706 NULL, 706 NULL, /* get_attention_types */
707 NULL,
708 NULL,
709 sizeof(PurplePluginProtocolInfo), /* struct_size */ 707 sizeof(PurplePluginProtocolInfo), /* struct_size */
710 NULL 708 NULL, /* get_account_text_table */
709 NULL, /* initiate_media */
710 NULL /* can_do_media */
711 }; 711 };
712 712
713 static PurplePluginInfo info = { 713 static PurplePluginInfo info = {
714 PURPLE_PLUGIN_MAGIC, 714 PURPLE_PLUGIN_MAGIC,
715 PURPLE_MAJOR_VERSION, 715 PURPLE_MAJOR_VERSION,