]> git.ipfire.org Git - thirdparty/squid.git/blob - src/snmp/forward.h
Sync with trunk
[thirdparty/squid.git] / src / snmp / forward.h
1 /*
2 * $Id$
3 *
4 * DEBUG: section 49 SNMP Interface
5 *
6 */
7
8 #ifndef SQUID_SNMPX_FORWARD_H
9 #define SQUID_SNMPX_FORWARD_H
10
11 namespace Snmp
12 {
13
14 class Pdu;
15 class Request;
16 class Response;
17 class Session;
18 class Var;
19
20 } // namespace Snmp
21
22 #endif /* SQUID_SNMPX_FORWARD_H */