]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/protos.h
Bug #1057: New options to refresh-pattern configuration
[thirdparty/squid.git] / src / protos.h
index c9da70aaade037641eb37fab5e61ec512a2ec68e..17c040cd7eaea25d3d96b06f9df15e4a41ee5fff 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: protos.h,v 1.496 2004/10/18 12:20:10 hno Exp $
+ * $Id: protos.h,v 1.497 2004/11/06 22:20:47 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -623,6 +623,7 @@ extern int refreshCheckHTCP(const StoreEntry *, HttpRequest *);
 extern int refreshCheckDigest(const StoreEntry *, time_t delta);
 extern time_t getMaxAge(const char *url);
 extern void refreshInit(void);
+extern const refresh_t *refreshLimits(const char *url);
 
 extern void serverConnectionsClose(void);
 extern void shut_down(int);