ReactOS 0.4.16-dev-297-gc569aee
snmp_snmpv2_usm.h
Go to the documentation of this file.
1/*
2Generated by LwipMibCompiler
3*/
4
5#ifndef LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
6#define LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
7
9#if LWIP_SNMP
10
11#ifdef __cplusplus
12extern "C" {
13#endif /* __cplusplus */
14
15#include "lwip/apps/snmp_core.h"
16
17extern const struct snmp_mib snmpusmmib;
18
19#ifdef __cplusplus
20}
21#endif /* __cplusplus */
22
23#endif /* LWIP_SNMP */
24#endif /* LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H */