changeset 17559:2e93ee8d3083

Fixed binary compatibility
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 05 Jun 2007 15:33:36 +0000
parents 988102692e39
children f41a561e3b7b
files libpurple/protocols/jabber/jabber.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Tue Jun 05 15:18:30 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Tue Jun 05 15:33:36 2007 +0000
@@ -136,8 +136,6 @@
 	char *gmail_last_time;
 	char *gmail_last_tid;
 
-    char *serverFQDN;
-
 	/* OK, this stays at the end of the struct, so plugins can depend
 	 * on the rest of the stuff being in the right place
 	 */
@@ -148,6 +146,7 @@
 	int sasl_maxbuf;
 	GString *sasl_mechs;
 #endif
+    char *serverFQDN;
 
 } JabberStream;