]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreHashIndex.h
Author: wessels & Christos Tsantilas
[thirdparty/squid.git] / src / StoreHashIndex.h
index 8c9c647eb0dd9cf9a1d6c4bb3ed90795adaabef3..a17778d544fded6c56fb0e824b89a37dc208a711 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: StoreHashIndex.h,v 1.4 2007/05/29 13:31:38 amosjeffries Exp $
+ * $Id: StoreHashIndex.h,v 1.5 2007/08/13 17:20:51 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -75,7 +75,7 @@ public:
 
     virtual void maintain();
 
-    virtual void updateSize(size_t, int);
+    virtual void updateSize(int64_t, int);
 
     virtual StoreSearch *search(String const url, HttpRequest *);