]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/internal.cc
Summary: Final MSVC fixups.
[thirdparty/squid.git] / src / internal.cc
index 3a01ff2b1ed50a84f763d33e14781097fea5db5d..f594c47d1c9d96c0dc7114dc1f4055c3b29c079f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: internal.cc,v 1.28 2003/02/21 22:50:09 robertc Exp $
+ * $Id: internal.cc,v 1.29 2003/08/10 11:00:43 robertc Exp $
  *
  * DEBUG: section 76    Internal Squid Object handling
  * AUTHOR: Duane, Alex, Henrik
@@ -43,7 +43,7 @@
  * return HTTP_NOT_FOUND for others
  */
 void
-internalStart(request_t * request, StoreEntry * entry)
+internalStart(HttpRequest * request, StoreEntry * entry)
 {
     ErrorState *err;
     const char *upath = request->urlpath.buf();