comparison src/protocols/irc/irc.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 33bef17125c2
children 4bfb720a8fc2
comparison
equal deleted inserted replaced
13295:2c8629dd755c 13296:263c2db78f77
855 NULL, /* can_receive_file */ 855 NULL, /* can_receive_file */
856 irc_dccsend_send_file, /* send_file */ 856 irc_dccsend_send_file, /* send_file */
857 irc_dccsend_new_xfer, /* new_xfer */ 857 irc_dccsend_new_xfer, /* new_xfer */
858 NULL, /* offline_message */ 858 NULL, /* offline_message */
859 NULL, /* whiteboard_prpl_ops */ 859 NULL, /* whiteboard_prpl_ops */
860 NULL, /* media_prpl_ops */
861 }; 860 };
862 861
863 862
864 static GaimPluginInfo info = 863 static GaimPluginInfo info =
865 { 864 {