diff src/protocols/msn/servconn.h @ 7288:ff9127038a5a

[gaim-migrate @ 7869] It doesn't completely work yet, but this is the beginnings of the MSN HTTP port 80 connect method. I don't have it set so it can be enabled, so it's harmless to commit this now, but I want a second set of eyes, and I also want to do other MSN work without dealing with hand-merging patches. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 17 Oct 2003 14:57:59 +0000
parents b7e113a59b51
children 06f57183e29f
line wrap: on
line diff
--- a/src/protocols/msn/servconn.h	Fri Oct 17 05:58:16 2003 +0000
+++ b/src/protocols/msn/servconn.h	Fri Oct 17 14:57:59 2003 +0000
@@ -27,6 +27,7 @@
 typedef struct _MsnServConn MsnServConn;
 
 #include "msg.h"
+#include "httpmethod.h"
 
 typedef gboolean (*MsnServConnCommandCb)(MsnServConn *servconn,
 										 const char *cmd, const char **params,
@@ -50,6 +51,8 @@
 
 	gboolean connected;
 
+	MsnHttpMethodData *http_data;
+
 	char *server;
 	int port;