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