]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/Browser.h
Make GCC v6 happier after r15183. GCC thinks "if (x)" does not use x.
[thirdparty/squid.git] / src / acl / Browser.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_ACLBROWSER_H
10#define SQUID_ACLBROWSER_H
63be0a78 11
3ad63615
AR
12#include "acl/Acl.h"
13#include "acl/Data.h"
14#include "acl/RequestHeaderStrategy.h"
15#include "acl/Strategised.h"
5dee515e 16
63be0a78 17/// \ingroup ACLAPI
62e76326 18class ACLBrowser
19{
20
21private:
5dee515e 22 static ACL::Prototype RegistryProtoype;
23 static ACLStrategised<char const *> RegistryEntry_;
24};
25
26#endif /* SQUID_ACLBROWSER_H */
f53969cc 27