10 lines
185 B
C
10 lines
185 B
C
#ifndef POWERWARE_MIB_H
|
|
#define POWERWARE_MIB_H
|
|
|
|
#include "main.h"
|
|
#include "snmp-ups.h"
|
|
|
|
extern mib2nut_info_t powerware;
|
|
extern mib2nut_info_t pxgx_ups;
|
|
|
|
#endif /* POWERWARE_MIB_H */
|