10 lines
154 B
C
10 lines
154 B
C
#ifndef APC_MIB_H
|
|
#define APC_MIB_H
|
|
|
|
#include "main.h"
|
|
#include "snmp-ups.h"
|
|
#include "apc-iem-mib.h"
|
|
|
|
extern mib2nut_info_t apc;
|
|
|
|
#endif /* APC_MIB_H */
|