diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 09:48:46 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 09:48:46 +0100 |
commit | 4e4af1b0fe073fd2d43f4ea0d55f8deadbeb974d (patch) | |
tree | 7171fbf709a4380bcb7e67945775a5cdf9407de0 /protocols/msn/msn.h | |
parent | 50b8978f0662fc83aa2e3db1d40081c315c9e6cf (diff) |
Remove some old Passport stuff, this is all in soap.[ch] now.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 8abe6875..5c7949c9 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -232,7 +232,4 @@ int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m ); void msn_sb_start_keepalives( struct msn_switchboard *sb, gboolean initial ); void msn_sb_stop_keepalives( struct msn_switchboard *sb ); -/* invitation.c */ -void msn_ftp_transfer_request( struct im_connection *ic, file_transfer_t *ft, char *who ); - #endif //_MSN_H |