]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/Tag.h
Support for --long-acl-options
[thirdparty/squid.git] / src / acl / Tag.h
CommitLineData
0ab50441 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
0ab50441 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.
0ab50441
HN
7 */
8
2071bb4a
AJ
9#ifndef SQUID_ACLTAG_H
10#define SQUID_ACLTAG_H
11
602d9612 12#include "acl/Strategy.h"
0ab50441
HN
13
14class ACLTagStrategy : public ACLStrategy<const char *>
15{
16
17public:
4eac3407 18 virtual int match (ACLData<MatchType> * &, ACLFilledChecklist *) override;
0ab50441
HN
19};
20
21#endif /* SQUID_ACLMYPORTNAME_H */
f53969cc 22