X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcnet.c;h=bb55b3a2709ef7f867decb04834a711eb5e62b2b;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=5b060d1e5f5989f06504248dfc02b187e5d7ac9e;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/lib/silcutil/silcnet.c b/lib/silcutil/silcnet.c index 5b060d1e..bb55b3a2 100644 --- a/lib/silcutil/silcnet.c +++ b/lib/silcutil/silcnet.c @@ -293,7 +293,7 @@ void silc_net_check_host_by_sock(int sock, char **hostname, char **ip) /* Return remote port by socket. */ -unsigned short silc_net_get_remote_port(int sock) +uint16 silc_net_get_remote_port(int sock) { struct sockaddr_in remote; int len; @@ -308,7 +308,7 @@ unsigned short silc_net_get_remote_port(int sock) /* Return local port by socket. */ -unsigned short silc_net_get_local_port(int sock) +uint16 silc_net_get_local_port(int sock) { struct sockaddr_in local; int len;