X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=network.h;h=3ec9eb789003e443e1570fb21c3af768e014dc11;hb=f1ece56e40435efdf8eaeb2b11b34d73ee3f4a22;hp=28744a6f5f5369b7d9b84ea315a45e1d090bcb29;hpb=f2319456bc1e36ff84bf250d8f0ccd5b39c96269;p=PuTTY.git diff --git a/network.h b/network.h index 28744a6f..3ec9eb78 100644 --- a/network.h +++ b/network.h @@ -68,7 +68,7 @@ void sk_getaddr(SockAddr addr, char *buf, int buflen); void sk_addr_free(SockAddr addr); Socket sk_new(SockAddr addr, int port, int privport, int oobinline, - Plug p); + int nodelay, Plug p); Socket sk_newlistener(int port, Plug plug, int local_host_only);