diff src/protocols/msn/slp.h @ 9715:b030f83693da

[gaim-migrate @ 10576] Remotely canceled file transfers in MSN are now noticed, so that we don't accidentally cancel the file transfer and crash Gaim. Patch by Felipe Contreras. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 08 Aug 2004 08:17:38 +0000
parents f5f7482678d2
children 65b3156f9f48
line wrap: on
line diff
--- a/src/protocols/msn/slp.h	Sun Aug 08 05:56:17 2004 +0000
+++ b/src/protocols/msn/slp.h	Sun Aug 08 08:17:38 2004 +0000
@@ -43,5 +43,6 @@
 						   const char *body, long long size);
 
 void msn_xfer_cancel(GaimXfer *xfer);
+void msn_xfer_end_cb(MsnSlpCall *slpcall);
 
 #endif /* _MSN_SLP_H_ */