]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winnet.c
Belatedly update the copyright year to 2013.
[PuTTY.git] / windows / winnet.c
index c73ace98128f99e296bd4fdd5c2dae1a041ccfb3..4fddd72c013740e1c469eec0974be79206647adc 100644 (file)
@@ -672,7 +672,7 @@ void sk_getaddr(SockAddr addr, char *buf, int buflen)
     }
 }
 
-int sk_hostname_is_local(char *name)
+int sk_hostname_is_local(const char *name)
 {
     return !strcmp(name, "localhost") ||
           !strcmp(name, "::1") ||