libpurple/protocols/jabber/jabber.h

branch
soc.2013.gobjectification
changeset 35001
85144a4a7942
parent 34935
686fa55b0deb
parent 34457
a9d3726c3a8f
child 35044
8060985edd4a
child 36858
920cf8db7c68
--- a/libpurple/protocols/jabber/jabber.h	Thu Oct 03 06:46:47 2013 +0530
+++ b/libpurple/protocols/jabber/jabber.h	Sun Oct 06 18:13:03 2013 +0530
@@ -298,7 +298,7 @@
 typedef struct _JabberBytestreamsStreamhost {
 	char *jid;
 	char *host;
-	int port;
+	guint16 port;
 	char *zeroconf;
 } JabberBytestreamsStreamhost;
 

mercurial