| 1555 silcgaim_roomlist_get_list, /* roomlist_get_list */ |
1555 silcgaim_roomlist_get_list, /* roomlist_get_list */ |
| 1556 silcgaim_roomlist_cancel, /* roomlist_cancel */ |
1556 silcgaim_roomlist_cancel, /* roomlist_cancel */ |
| 1557 NULL, /* roomlist_expand_category */ |
1557 NULL, /* roomlist_expand_category */ |
| 1558 NULL, /* can_receive_file */ |
1558 NULL, /* can_receive_file */ |
| 1559 silcgaim_ftp_send_file, /* send_file */ |
1559 silcgaim_ftp_send_file, /* send_file */ |
| 1560 silcgaim_ftp_send_file, /* send_file */ |
|
| 1561 silcgaim_ftp_new_xfer, /* new_xfer */ |
1560 silcgaim_ftp_new_xfer, /* new_xfer */ |
| 1562 &silcgaim_wb_ops, /* whiteboard operations */ |
1561 &silcgaim_wb_ops, /* whiteboard operations */ |
| 1563 }; |
1562 }; |
| 1564 |
1563 |
| 1565 static GaimPluginInfo info = |
1564 static GaimPluginInfo info = |