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