]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/forward.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / ipc / forward.h
CommitLineData
8822ebee 1/*
f70aedc4 2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
8822ebee 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.
8822ebee
AR
7 */
8
bbc27441
AJ
9/* DEBUG: section 54 Interprocess Communication */
10
8822ebee
AR
11#ifndef SQUID_IPC_FORWARD_H
12#define SQUID_IPC_FORWARD_H
13
8822ebee
AR
14namespace Ipc
15{
16
51ea0904
CT
17class Forwarder;
18class Inquirer;
4c218615 19class QuestionerId;
51ea0904 20class Request;
4c218615 21class RequestId;
51ea0904 22class Response;
4c218615
EB
23class StrandCoord;
24class StrandMessage;
25class TypedMsgHdr;
8822ebee
AR
26
27} // namespace Ipc
28
29#endif /* SQUID_IPC_FORWARD_H */
f53969cc 30