comparison src/protocols/silc/silc.c @ 13296:263c2db78f77

[gaim-migrate @ 15662] Kill the other media_prpl_ops. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 16 Feb 2006 02:00:25 +0000
parents b704e60fe5de
children 0a3c968b07dc
comparison
equal deleted inserted replaced
13295:2c8629dd755c 13296:263c2db78f77
1797 NULL, /* can_receive_file */ 1797 NULL, /* can_receive_file */
1798 silcgaim_ftp_send_file, /* send_file */ 1798 silcgaim_ftp_send_file, /* send_file */
1799 silcgaim_ftp_new_xfer, /* new_xfer */ 1799 silcgaim_ftp_new_xfer, /* new_xfer */
1800 NULL, /* offline_message */ 1800 NULL, /* offline_message */
1801 &silcgaim_wb_ops, /* whiteboard_prpl_ops */ 1801 &silcgaim_wb_ops, /* whiteboard_prpl_ops */
1802 NULL, /* media_prpl_ops */
1803 }; 1802 };
1804 1803
1805 static GaimPluginInfo info = 1804 static GaimPluginInfo info =
1806 { 1805 {
1807 GAIM_PLUGIN_MAGIC, 1806 GAIM_PLUGIN_MAGIC,