]> git.ipfire.org Git - thirdparty/squid.git/blob - src/snmp/forward.h
SMP SNMP
[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 #include "config.h"
12
13 namespace Snmp
14 {
15
16 class Pdu;
17 class Request;
18 class Response;
19 class Session;
20 class Var;
21
22 } // namespace Snmp
23
24 #endif /* SQUID_SNMPX_FORWARD_H */