comparison libpurple/protocols/qq/qq.c @ 24943:4d752d07a126

propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d) to branch 'im.pidgin.maiku.vv' (head b9da65a837c05d63e2515eca9d9e118499672003)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 27 Sep 2008 04:44:17 +0000
parents bcfc98c7a55f e22bcca9f2b2
children bcad7dc4b453
comparison
equal deleted inserted replaced
24190:c3dbdb98a119 24943:4d752d07a126
783 NULL, /* unregister_user */ 783 NULL, /* unregister_user */
784 NULL, /* send_attention */ 784 NULL, /* send_attention */
785 NULL, /* get attention_types */ 785 NULL, /* get attention_types */
786 786
787 sizeof(PurplePluginProtocolInfo), /* struct_size */ 787 sizeof(PurplePluginProtocolInfo), /* struct_size */
788 NULL 788 NULL, /* get_account_text_table */
789 NULL, /* initiate_media */
790 NULL /* can_do_media */
789 }; 791 };
790 792
791 static PurplePluginInfo info = { 793 static PurplePluginInfo info = {
792 PURPLE_PLUGIN_MAGIC, 794 PURPLE_PLUGIN_MAGIC,
793 PURPLE_MAJOR_VERSION, 795 PURPLE_MAJOR_VERSION,