]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/HttpRepHeader.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / HttpRepHeader.cc
index 58fe358377289584b604f5f59744750f697df537..a040e2407d9fe1da562e5aa25ab5cdedf72dd208 100644 (file)
  */
 
 #include "squid.h"
-#include "acl/HttpRepHeader.h"
-#include "acl/HttpHeaderData.h"
 #include "acl/Checklist.h"
+#include "acl/HttpHeaderData.h"
+#include "acl/HttpRepHeader.h"
 #include "HttpReply.h"
 
 int
-ACLHTTPRepHeaderStrategy::match (ACLData<MatchType> * &data, ACLFilledChecklist *checklist)
+ACLHTTPRepHeaderStrategy::match (ACLData<MatchType> * &data, ACLFilledChecklist *checklist, ACLFlags &)
 {
     return data->match (&checklist->reply->header);
 }