Ignore:
Timestamp:
2008-08-10T22:17:58Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
92f4ec5
Parents:
87f525e
Message:

Added MSN file transfer of type MSNFTP.

Transfer is direct and the sender can not be firewalled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r87f525e ra2b99ec  
    6969        int sb_failures;
    7070        time_t first_sb_failure;
     71        GSList *filetransfers;
    7172       
    7273        const struct msn_away_state *away_state;
     
    181182int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m );
    182183
     184/* invitation.c */
     185void msn_ftp_transfer_request( struct im_connection *ic, file_transfer_t *ft, char *who );
     186
    183187#endif //_MSN_H
Note: See TracChangeset for help on using the changeset viewer.