]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/purge/socket.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / tools / purge / socket.cc
index 1ab37a5835023abffb2fb7d4f01d86f4834718ad..7606030a6cac3f6f6c4365e515f1cf0e1219dc6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -104,7 +104,7 @@ getSocketNoDelay( int sockfd )
 }
 
 int
-setSocketNoDelay( int sockfd, bool nodelay )
+setSocketNoDelay( int sockfd, bool)
 // purpose: get state of the TCP_NODELAY of the socket
 // paramtr: sockfd (IN): socket descriptor
 //          nodelay (IN): true, if TCP_NODELAY is to be set, false otherwise.