comparison libgaim/protocols/silc/silc.c @ 15156:e9b034a7d218

[gaim-migrate @ 17942] Update SILC to use Evan's snazzy new notify_user_info stuff This isn't as well tested as it should be. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 10 Dec 2006 09:05:40 +0000
parents 70c199c9e558
children 4bf7801a2539
comparison
equal deleted inserted replaced
15155:ff431329a01b 15156:e9b034a7d218
1796 NULL, /* can_receive_file */ 1796 NULL, /* can_receive_file */
1797 silcgaim_ftp_send_file, /* send_file */ 1797 silcgaim_ftp_send_file, /* send_file */
1798 silcgaim_ftp_new_xfer, /* new_xfer */ 1798 silcgaim_ftp_new_xfer, /* new_xfer */
1799 NULL, /* offline_message */ 1799 NULL, /* offline_message */
1800 &silcgaim_wb_ops, /* whiteboard_prpl_ops */ 1800 &silcgaim_wb_ops, /* whiteboard_prpl_ops */
1801 NULL, /* send_raw */ 1801 NULL, /* send_raw */
1802 NULL, /* roomlist_room_serialize */
1802 }; 1803 };
1803 1804
1804 static GaimPluginInfo info = 1805 static GaimPluginInfo info =
1805 { 1806 {
1806 GAIM_PLUGIN_MAGIC, 1807 GAIM_PLUGIN_MAGIC,