]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
error: extra qualification 'ICAPOptions::' on member 'parseExtFileList
authorwessels <>
Sat, 24 Dec 2005 00:36:19 +0000 (00:36 +0000)
committerwessels <>
Sat, 24 Dec 2005 00:36:19 +0000 (00:36 +0000)
src/ICAP/ICAPOptions.h

index c41e57ad2c8ddcba618513b86f9ebdef3690530a..cb0658c1d0102899ce81469f3760df1c50e2b4d7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ICAPOptions.h,v 1.5 2005/12/22 22:26:31 wessels Exp $
+ * $Id: ICAPOptions.h,v 1.6 2005/12/23 17:36:19 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -109,7 +109,7 @@ private:
     void cfgIntHeader(const HttpHeader *h, const char *fname, int &value);
     void insertTransferExt(const char *t, transfer_type t_type);
     void cfgTransferListHeader(const HttpHeader *h, const char *fname, transfer_type type);
-    List<String> *ICAPOptions::parseExtFileList(const char *start, const char *end, transfer_type t_type);
+    List<String> *parseExtFileList(const char *start, const char *end, transfer_type t_type);
 };