comparison libpurple/protocols/silc/silc.c @ 25690:3da0957e7821

propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00) to branch 'im.pidgin.soc.2008.vv' (head eb4a2834050e39f5387e97121b534adb7ffd1234)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 26 Jun 2008 20:25:38 +0000
parents ff29208e03ef
children e23b447aa5ca
comparison
equal deleted inserted replaced
23394:eac0561dfd55 25690:3da0957e7821
2064 silcpurple_ftp_new_xfer, /* new_xfer */ 2064 silcpurple_ftp_new_xfer, /* new_xfer */
2065 NULL, /* offline_message */ 2065 NULL, /* offline_message */
2066 &silcpurple_wb_ops, /* whiteboard_prpl_ops */ 2066 &silcpurple_wb_ops, /* whiteboard_prpl_ops */
2067 NULL, /* send_raw */ 2067 NULL, /* send_raw */
2068 NULL, /* roomlist_room_serialize */ 2068 NULL, /* roomlist_room_serialize */
2069 2069 NULL, /* unregister_user */
2070 /* padding */ 2070 NULL, /* send_attention */
2071 NULL, 2071 NULL, /* get_attention_types */
2072 NULL,
2073 NULL,
2074 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2072 sizeof(PurplePluginProtocolInfo), /* struct_size */
2075 NULL 2073 NULL, /* get_account_text_table */
2074 NULL, /* initiate_media */
2075 NULL /* can_do_media */
2076 }; 2076 };
2077 2077
2078 static PurplePluginInfo info = 2078 static PurplePluginInfo info =
2079 { 2079 {
2080 PURPLE_PLUGIN_MAGIC, 2080 PURPLE_PLUGIN_MAGIC,
2204 #endif 2204 #endif
2205 2205
2206 } 2206 }
2207 2207
2208 PURPLE_INIT_PLUGIN(silc, init_plugin, info); 2208 PURPLE_INIT_PLUGIN(silc, init_plugin, info);
2209