src/protocols/msn/nexus.h

changeset 13201
8c224ef70efa
parent 9198
e8eb6d5eb9eb
child 13853
cccd9dd599eb
--- a/src/protocols/msn/nexus.h	Thu Feb 09 04:14:54 2006 +0000
+++ b/src/protocols/msn/nexus.h	Thu Feb 09 04:17:56 2006 +0000
@@ -26,8 +26,6 @@
 
 typedef struct _MsnNexus MsnNexus;
 
-#include "nexus.h"
-
 struct _MsnNexus
 {
 	MsnSession *session;
@@ -35,6 +33,16 @@
 	char *login_host;
 	char *login_path;
 	GHashTable *challenge_data;
+	GaimSslConnection *gsc;
+
+	guint input_handler;
+
+	char *write_buf;
+	gsize written_len;
+	GaimInputFunction written_cb;
+
+	char *read_buf;
+	gsize read_len;
 };
 
 void msn_nexus_connect(MsnNexus *nexus);

mercurial