]> git.ipfire.org Git - thirdparty/squid.git/blame - src/anyp/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / anyp / forward.h
CommitLineData
bbc27441 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
bbc27441
AJ
3 *
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.
7 */
8
9082b58f
AJ
9#ifndef _SQUID_SRC_ANYP_FORWARD_H
10#define _SQUID_SRC_ANYP_FORWARD_H
11
fa720bfb 12#include "base/RefCount.h"
9082b58f
AJ
13
14namespace AnyP
15{
16
17class PortCfg;
fa720bfb 18typedef RefCount<PortCfg> PortCfgPointer;
9082b58f 19
1ca54a54
AJ
20class UriScheme;
21
9082b58f
AJ
22} // namespace AnyP
23
24#endif /* _SQUID_SRC_ANYP_FORWARD_H */
25