]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
warning
authorwessels <>
Tue, 15 Sep 1998 05:42:37 +0000 (05:42 +0000)
committerwessels <>
Tue, 15 Sep 1998 05:42:37 +0000 (05:42 +0000)
src/store_rebuild.cc

index fe519431790c3e74d1907b9d622a9fdcabdfa61e..5b8a036107fd02f832e0b59fa5fb377096c94a4c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_rebuild.cc,v 1.48 1998/09/14 21:28:15 wessels Exp $
+ * $Id: store_rebuild.cc,v 1.49 1998/09/14 23:42:37 wessels Exp $
  *
  * DEBUG: section 20    Store Rebuild Routines
  * AUTHOR: Duane Wessels
@@ -677,7 +677,7 @@ storeValidate(StoreEntry * e, STVLDCB * callback, void *callback_data, void *tag
     return;
 }
 
-void
+static void
 storeValidateComplete(int fd, void *data, int retcode, int errcode)
 {
     valid_ctrl_t *ctrlp = data;