]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- added httpHdrRangeWillBeComplex
authorrousskov <>
Fri, 25 Sep 1998 02:42:09 +0000 (02:42 +0000)
committerrousskov <>
Fri, 25 Sep 1998 02:42:09 +0000 (02:42 +0000)
src/protos.h

index c988b61a0ae3e88fdab0b32147494ff85a390c7d..186e4bdcd5fdad36533a8420949714e5ba0cd6f9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: protos.h,v 1.271 1998/09/23 20:13:53 wessels Exp $
+ * $Id: protos.h,v 1.272 1998/09/24 20:42:09 rousskov Exp $
  *
  *
  * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -326,7 +326,7 @@ extern int httpHdrRangeCanonize(HttpHdrRange * range, size_t clen);
 /* other */
 extern String httpHdrRangeBoundaryStr(clientHttpRequest * http);
 extern int httpHdrRangeIsComplex(const HttpHdrRange * range);
-
+extern int httpHdrRangeWillBeComplex(const HttpHdrRange * range);
 
 /* Http Content Range Header Field */
 extern HttpHdrContRange *httpHdrContRangeCreate();