]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DelaySpec.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / DelaySpec.h
index c45f4f5bb721c6ca56d95de1b554a30601d97532..35c58c1894b92d86c5edf91821a37434ba5aa196 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: DelaySpec.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
-
 #ifndef SQUID_DELAYSPEC_H
 #define SQUID_DELAYSPEC_H
 
+class StoreEntry;
+
 /// \ingroup DelyPoolsAPI
 class DelaySpec
 {
 
 public:
     DelaySpec();
-    void stats (StoreEntry * sentry, char const *) const;
-    void dump (StoreEntry *) const;
+    void stats(StoreEntry * sentry, char const *) const;
+    void dump(StoreEntry *) const;
     void parse();
     int restore_bps;
     int max_bytes;