src/protocols/irc/irc.c

changeset 12600
7ecd4441fdc7
parent 12595
8108c22aa723
child 12645
a907ba243930
equal deleted inserted replaced
12599:515ec32bc641 12600:7ecd4441fdc7
773 irc_roomlist_get_list, /* roomlist_get_list */ 773 irc_roomlist_get_list, /* roomlist_get_list */
774 irc_roomlist_cancel, /* roomlist_cancel */ 774 irc_roomlist_cancel, /* roomlist_cancel */
775 NULL, /* roomlist_expand_category */ 775 NULL, /* roomlist_expand_category */
776 NULL, /* can_receive_file */ 776 NULL, /* can_receive_file */
777 irc_dccsend_send_file, /* send_file */ 777 irc_dccsend_send_file, /* send_file */
778 irc_dccsend_new_xfer /* new_xfer */ 778 irc_dccsend_new_xfer, /* new_xfer */
779 NULL, /* whiteboard_prpl_ops */
780 NULL, /* media_prpl_ops */
779 }; 781 };
780 782
781 783
782 static GaimPluginInfo info = 784 static GaimPluginInfo info =
783 { 785 {

mercurial