]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxnet.c
Belatedly update the copyright year to 2013.
[PuTTY.git] / unix / uxnet.c
index 5190ef83f8b6afa3a09641cbc8df87141c0575b8..d8460c19aa67fe8aca2be3e32a3392a06e94c6e6 100644 (file)
@@ -341,7 +341,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") ||