]> git.ipfire.org Git - thirdparty/squid.git/blame - src/esi/Expression.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / esi / Expression.h
CommitLineData
924f73bc 1/*
f70aedc4 2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
924f73bc 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.
924f73bc 7 */
8
bbc27441
AJ
9/* DEBUG: section 86 ESI processing */
10
924f73bc 11#ifndef SQUID_ESIEXPRESSION_H
12#define SQUID_ESIEXPRESSION_H
13
924f73bc 14class ESIExpression
15{
16
17public:
18 static int Evaluate (char const *);
19};
20
21#endif /* SQUID_ESIEXPRESSION_H */
f53969cc 22