]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/forward.h
Removed CVS $ markers
[thirdparty/squid.git] / src / ipc / forward.h
CommitLineData
8822ebee 1/*
8822ebee
AR
2 * DEBUG: section 54 Interprocess Communication
3 *
4 */
5
6#ifndef SQUID_IPC_FORWARD_H
7#define SQUID_IPC_FORWARD_H
8
8822ebee
AR
9namespace Ipc
10{
11
12class TypedMsgHdr;
13class StrandCoord;
254912f3 14class HereIamMessage;
9a51593d 15class StrandSearchResponse;
51ea0904
CT
16class Forwarder;
17class Inquirer;
18class Request;
19class Response;
8822ebee
AR
20
21} // namespace Ipc
22
23#endif /* SQUID_IPC_FORWARD_H */