libpurple/protocols/jabber/jabber.h

changeset 18235
60a9bd99f035
parent 16302
eb633ebf84f2
child 18449
2d2df64f4303
child 18718
17a6c2c4820e
child 19882
d8c2a2fc1fbf
--- a/libpurple/protocols/jabber/jabber.h	Sun Jun 17 15:09:05 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun Jun 17 15:27:35 2007 +0000
@@ -142,11 +142,17 @@
 #ifdef HAVE_CYRUS_SASL
 	sasl_conn_t *sasl;
 	sasl_callback_t *sasl_cb;
+#else /* keep the struct the same size */
+	void *sasl;
+	void *sasl_cb;
+#endif
+
 	int sasl_state;
 	int sasl_maxbuf;
 	GString *sasl_mechs;
 	char *serverFQDN;
-#endif
+
+	gboolean vcard_fetched;
 
 } JabberStream;
 

mercurial