]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/comm_internal.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / comm / comm_internal.h
index b0f8efb9901018c2a6f2ceb012911dbf5e157c59..a694e4f53b12c96901417040bad2e4390738b527 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_COMM_COMM_INTERNAL_H
 #define SQUID_COMM_COMM_INTERNAL_H
 
@@ -12,5 +20,7 @@ typedef struct _fd_debug_t fd_debug_t;
 extern fd_debug_t *fdd_table;
 
 bool isOpen(const int fd);
+void commStopHalfClosedMonitor(int fd);
 
 #endif
+