]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Mark requireOpenAndActive() as a static function
authorwessels <>
Wed, 11 Jan 2006 00:20:22 +0000 (00:20 +0000)
committerwessels <>
Wed, 11 Jan 2006 00:20:22 +0000 (00:20 +0000)
src/comm.cc

index 8ef527ac34ec5199a5324134af675777fcb4366e..30938186b305e42538e5baad7710606deb31888e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.412 2005/12/06 23:03:34 wessels Exp $
+ * $Id: comm.cc,v 1.413 2006/01/10 17:20:22 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -667,7 +667,7 @@ comm_empty_os_read_buffers(int fd)
 #endif
 }
 
-void
+static void
 requireOpenAndActive(int const fd)
 {
     assert(fd_table[fd].flags.open == 1);