libpurple/protocols/yahoo/yahoo_filexfer.h

changeset 21918
1c81e8b5df6b
parent 19859
71d37b57eff2
child 22201
434114a12ae4
equal deleted inserted replaced
21917:7786f5730f36 21918:1c81e8b5df6b
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 /**

mercurial