diff src/protocols/msn/msn.h @ 9193:502707ca1836

[gaim-migrate @ 9988] Patch by Felipe Contreras to add MSN file transfer and buddy icons. Please test and report any bugs! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 02:39:08 +0000
parents 61602bc26a65
children ab6636c5a136
line wrap: on
line diff
--- a/src/protocols/msn/msn.h	Sun Jun 06 02:16:08 2004 +0000
+++ b/src/protocols/msn/msn.h	Sun Jun 06 02:39:08 2004 +0000
@@ -36,11 +36,13 @@
 #include "proxy.h"
 #include "prpl.h"
 #include "request.h"
-#include "server.h"
+#include "servconn.h"
 #include "sha.h"
 #include "sslconn.h"
 #include "util.h"
 
+#include "ft.h"
+
 /* XXX */
 #include "gaim.h"
 
@@ -111,4 +113,6 @@
 	 (MSN_CLIENT_ID_RESERVED_2 <<  8) | \
 	 (MSN_CLIENT_ID_CAPABILITIES))
 
+void msn_request_buddy_icon(GaimConnection *gc, const char *who);
+
 #endif /* _MSN_H_ */