]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/Referer.h
Make GCC v6 happier after r15183. GCC thinks "if (x)" does not use x.
[thirdparty/squid.git] / src / acl / Referer.h
CommitLineData
5dee515e 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5dee515e 3 *
bbc27441
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
5dee515e 7 */
8
9#ifndef SQUID_ACLREFERER_H
10#define SQUID_ACLREFERER_H
3ad63615
AR
11#include "acl/Acl.h"
12#include "acl/Data.h"
13#include "acl/RequestHeaderStrategy.h"
14#include "acl/Strategised.h"
5dee515e 15
62e76326 16class ACLReferer
17{
18
19private:
5dee515e 20 static ACL::Prototype RegistryProtoype;
21 static ACLStrategised<char const *> RegistryEntry_;
22};
23
24#endif /* SQUID_ACLREFERER_H */
f53969cc 25