]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxnet.c
Cross-reference all the host key docs.
[PuTTY.git] / unix / uxnet.c
index b15031f465865eb6a7edd2a009d7474e63957193..730f1fa7d5024d3e0dd6d0e28a064005cd045ac4 100644 (file)
@@ -778,7 +778,8 @@ Socket sk_new(SockAddr addr, int port, int privport, int oobinline,
     return (Socket) ret;
 }
 
-Socket sk_newlistener(char *srcaddr, int port, Plug plug, int local_host_only, int orig_address_family)
+Socket sk_newlistener(const char *srcaddr, int port, Plug plug,
+                      int local_host_only, int orig_address_family)
 {
     int s;
 #ifndef NO_IPV6