]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
WCCP compile errors
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 12 Sep 2008 08:14:32 +0000 (20:14 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 12 Sep 2008 08:14:32 +0000 (20:14 +1200)
src/cf.data.depend
src/wccp2.cc

index ec1630c68cfbc12243e465a2c2a628c20a346d33..05d70deedb2fa42633a13593e8f94d4dab36aeec 100644 (file)
@@ -48,6 +48,7 @@ tristate
 uri_whitespace
 ushort
 wccp2_method
+wccp2_amethod
 wccp2_service
 wccp2_service_info
 wordlist
index df38c4dfcb1222e614d643a51e7309ba869b0c33..f70e87d0af67b5ba66c9c41fb1bd722db041cabf 100644 (file)
@@ -1994,7 +1994,7 @@ wccp2AssignBuckets(void *voidnotused)
 
 /**
  * Parse wccp2_return_method and wccp2_forwarding_method options
- * they can be '1' aka 'gre_hash' or  '2' aka 'l2_mask'
+ * they can be '1' aka 'gre' or  '2' aka 'l2'
  * repesenting the integer numeric of the same.
  */
 void
@@ -2046,7 +2046,7 @@ free_wccp2_method(int *v)
  * repesenting the integer numeric of the same.
  */
 void
-parse_wccp2_method(int *method)
+parse_wccp2_amethod(int *method)
 {
     char *t;