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