]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Tue, 2 Apr 1996 08:00:31 +0000 (08:00 +0000)
committerwessels <>
Tue, 2 Apr 1996 08:00:31 +0000 (08:00 +0000)
src/store.cc

index 5de4b76a0738b427d78395e388607299da89d10b..4b2c39b8ad81a39d76df755f5b8b2aa79475bf1c 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $Id: store.cc,v 1.21 1996/04/02 00:51:55 wessels Exp $ */
+/* $Id: store.cc,v 1.22 1996/04/02 01:00:31 wessels Exp $ */
 
 /*
  * DEBUG: Section 20          store
@@ -100,6 +100,7 @@ static MemObject *new_MemObject()
 }
 
 static StoreEntry *new_StoreEntry(mem_obj_flag)
+    int mem_obj_flag;
 {
     StoreEntry *e = NULL;