src/protocols/jabber/libxode.h

changeset 6063
8fbafa2e1846
parent 5426
b9b571cd1e57
--- a/src/protocols/jabber/libxode.h	Tue Jul 08 04:23:24 2003 +0000
+++ b/src/protocols/jabber/libxode.h	Tue Jul 08 06:11:49 2003 +0000
@@ -157,7 +157,7 @@
 #define NETSOCKET_CLIENT 1
 #define NETSOCKET_UDP 2
 
-int make_netsocket(u_short port, char *host, int type);
+int make_netsocket(unsigned short port, char *host, int type);
 struct in_addr *make_addr(char *host);
 int set_fd_close_on_exec(int fd, int flag);
 

mercurial