| 28 * Process ymsg events, particular IMViroments like Doodle |
28 * Process ymsg events, particular IMViroments like Doodle |
| 29 */ |
29 */ |
| 30 void yahoo_process_p2pfilexfer( PurpleConnection *gc, struct yahoo_packet *pkt ); |
30 void yahoo_process_p2pfilexfer( PurpleConnection *gc, struct yahoo_packet *pkt ); |
| 31 |
31 |
| 32 /** |
32 /** |
| |
33 * Process ymsg version 7 file receive invites. |
| |
34 */ |
| |
35 void yahoo_process_y7_filetransfer(PurpleConnection *gc, struct yahoo_packet *pkt); |
| |
36 |
| |
37 /** |
| |
38 * Process ymsg version 7 file receive connection setups. |
| |
39 */ |
| |
40 void yahoo_process_y7_filetransfer_info(PurpleConnection *gc, struct yahoo_packet *pkt); |
| |
41 |
| |
42 /** |
| 33 * Process ymsg file receive invites. |
43 * Process ymsg file receive invites. |
| 34 */ |
44 */ |
| 35 void yahoo_process_filetransfer(PurpleConnection *gc, struct yahoo_packet *pkt); |
45 void yahoo_process_filetransfer(PurpleConnection *gc, struct yahoo_packet *pkt); |
| 36 |
46 |
| 37 /** |
47 /** |