comparison libpurple/protocols/oscar/libaim.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 a990da4540d3
comparison
equal deleted inserted replaced
23220:01e1468da703 23807:ff29208e03ef
93 NULL, /* send_raw */ 93 NULL, /* send_raw */
94 NULL, /* roomlist_room_serialize */ 94 NULL, /* roomlist_room_serialize */
95 NULL, /* unregister_user */ 95 NULL, /* unregister_user */
96 NULL, /* send_attention */ 96 NULL, /* send_attention */
97 NULL, /* get_attention_types */ 97 NULL, /* get_attention_types */
98
99 sizeof(PurplePluginProtocolInfo), /* struct_size */ 98 sizeof(PurplePluginProtocolInfo), /* struct_size */
100 NULL 99 NULL, /* get_account_text_table */
100 NULL, /* initiate_media */
101 NULL /* can_do_media */
101 }; 102 };
102 103
103 static PurplePluginInfo info = 104 static PurplePluginInfo info =
104 { 105 {
105 PURPLE_PLUGIN_MAGIC, 106 PURPLE_PLUGIN_MAGIC,