]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http.cc
renamed refresh_t to RefreshPattern and moved to own header file.
[thirdparty/squid.git] / src / http.cc
index 2fbdbd76b440e318e96ad635b1bd26ac7fbe2b5a..73ffa217dae9c8638ea504ee6637a5b6bd84ca84 100644 (file)
@@ -65,6 +65,7 @@
 #include "peer_proxy_negotiate_auth.h"
 #include "profiler/Profiler.h"
 #include "refresh.h"
+#include "RefreshPattern.h"
 #include "rfc1738.h"
 #include "SquidConfig.h"
 #include "SquidTime.h"
@@ -337,7 +338,7 @@ HttpStateData::cacheableReply()
     const char *v;
 #if USE_HTTP_VIOLATIONS
 
-    const refresh_t *R = NULL;
+    const RefreshPattern *R = NULL;
 
     /* This strange looking define first looks up the refresh pattern
      * and then checks if the specified flag is set. The main purpose