]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ip/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ip / forward.h
CommitLineData
e06b8df8 1/*
bde978a6 2 * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
e06b8df8 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.
e06b8df8 7 */
bbc27441
AJ
8
9/* DEBUG: section 14 IP Storage and Handling */
10
e06b8df8
HN
11#ifndef _SQUID_IP_FORWARD_H
12#define _SQUID_IP_FORWARD_H
13
14// Forward-declare Ip classes needed by reference in other parts of the code
15// for passing objects around without actually touching them
f3378ccf
A
16namespace Ip
17{
e06b8df8
HN
18class Address;
19}
20#endif /* _SQUID_IP_FORWARD_H */
f53969cc 21