comparison libpurple/protocols/gg/gg.c @ 25632:f5bcb58bdf56

propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190) to branch 'im.pidgin.pidgin.vv' (head 6fc5d53de8bd73364b370627020563c614fe6e0a)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 06 Feb 2008 19:44:41 +0000
parents 252b96b6a32c 750d700098c1
children efaecb71baad
comparison
equal deleted inserted replaced
22270:762174f38807 25632:f5bcb58bdf56
2145 NULL, /* new_xfer */ 2145 NULL, /* new_xfer */
2146 ggp_offline_message, /* offline_message */ 2146 ggp_offline_message, /* offline_message */
2147 NULL, /* whiteboard_prpl_ops */ 2147 NULL, /* whiteboard_prpl_ops */
2148 NULL, /* send_raw */ 2148 NULL, /* send_raw */
2149 NULL, /* roomlist_room_serialize */ 2149 NULL, /* roomlist_room_serialize */
2150 2150 NULL, /* unregister_user */
2151 /* padding */ 2151 NULL, /* send_attention */
2152 NULL, 2152 NULL, /* get_attention_types */
2153 NULL, 2153 sizeof(PurplePluginProtocolInfo), /* struct_size */
2154 NULL, 2154 NULL /* initiate_media */
2155 NULL
2156 }; 2155 };
2157 /* }}} */ 2156 /* }}} */
2158 2157
2159 /* PurplePluginInfo setup {{{ */ 2158 /* PurplePluginInfo setup {{{ */
2160 static PurplePluginInfo info = { 2159 static PurplePluginInfo info = {