]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
ed knowles related cleanup
authorwessels <>
Thu, 31 Oct 1996 01:43:22 +0000 (01:43 +0000)
committerwessels <>
Thu, 31 Oct 1996 01:43:22 +0000 (01:43 +0000)
src/ipcache.cc

index 0a319865adf7a6760280f1668d9dc182c48e2fb8..f203becb2dacdb2d4ffa2db0e6465b9a26234f2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ipcache.cc,v 1.79 1996/10/27 07:11:57 wessels Exp $
+ * $Id: ipcache.cc,v 1.80 1996/10/30 18:43:22 wessels Exp $
  *
  * DEBUG: section 14    IP Cache
  * AUTHOR: Harvest Derived
@@ -545,7 +545,7 @@ ipcache_parsebuffer(char *inbuf, dnsserver_t * dnsData)
 }
 
 static void
-ipcacheNudgeQueue()
+ipcacheNudgeQueue(void)
 {
     dnsserver_t *dnsData;
     ipcache_entry *i = NULL;