diff options
author | ulim <a.sporto+bee@gmail.com> | 2008-08-11 00:17:58 +0200 |
---|---|---|
committer | ulim <a.sporto+bee@gmail.com> | 2008-08-11 00:17:58 +0200 |
commit | a2b99ec7a1a02c57b2ef44663e56bdfab6063a4f (patch) | |
tree | 461a924b7f3b0034e6560bb201281f06a6eed2cf /protocols/msn/msn.h | |
parent | 87f525e0469f80aea715692ea74ebccbe688ae45 (diff) |
Added MSN file transfer of type MSNFTP.
Transfer is direct and the sender can not be firewalled.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 7c849acf..e2badbf9 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -68,6 +68,7 @@ struct msn_data GSList *switchboards; int sb_failures; time_t first_sb_failure; + GSList *filetransfers; const struct msn_away_state *away_state; int buddycount; @@ -180,4 +181,7 @@ void msn_sb_destroy( struct msn_switchboard *sb ); gboolean msn_sb_connected( gpointer data, gint source, b_input_condition cond ); int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m ); +/* invitation.c */ +void msn_ftp_transfer_request( struct im_connection *ic, file_transfer_t *ft, char *who ); + #endif //_MSN_H |