9 lines
141 B
C
9 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 */
|