comparison libpurple/protocols/gg/gg.c @ 23772:750d700098c1

Fix the prplinfo structs and get rid of some compile warnings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 29 Dec 2007 16:54:15 +0000
parents 60f5abc6cf0c
children f5bcb58bdf56
comparison
equal deleted inserted replaced
23770:b20e24fcae47 23772:750d700098c1
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 sizeof(PurplePluginProtocolInfo)
2156 }; 2155 };
2157 /* }}} */ 2156 /* }}} */
2158 2157
2159 /* PurplePluginInfo setup {{{ */ 2158 /* PurplePluginInfo setup {{{ */
2160 static PurplePluginInfo info = { 2159 static PurplePluginInfo info = {