comparison libpurple/protocols/qq/qq.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 9fcff08ce726
children e0d739a002b4
comparison
equal deleted inserted replaced
25446:52fbda23e398 26213:ff4212a5268f
1033 NULL, /* unregister_user */ 1033 NULL, /* unregister_user */
1034 NULL, /* send_attention */ 1034 NULL, /* send_attention */
1035 NULL, /* get attention_types */ 1035 NULL, /* get attention_types */
1036 1036
1037 sizeof(PurplePluginProtocolInfo), /* struct_size */ 1037 sizeof(PurplePluginProtocolInfo), /* struct_size */
1038 NULL 1038 NULL, /* get_account_text_table */
1039 NULL, /* initiate_media */
1040 NULL /* can_do_media */
1039 }; 1041 };
1040 1042
1041 static PurplePluginInfo info = { 1043 static PurplePluginInfo info = {
1042 PURPLE_PLUGIN_MAGIC, 1044 PURPLE_PLUGIN_MAGIC,
1043 PURPLE_MAJOR_VERSION, 1045 PURPLE_MAJOR_VERSION,