10 lines
141 B
C
10 lines
141 B
C
|
#ifndef HUAWEI_MIB_H
|
||
|
#define HUAWEI_MIB_H
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "snmp-ups.h"
|
||
|
|
||
|
extern mib2nut_info_t huawei;
|
||
|
|
||
|
#endif /* HUAWEI_MIB_H */
|