summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hr_system.h
blob: feffa6018288ac9f57ba1494dad7af50bf16f243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  Host Resources MIB - system group interface - hr_system.h
 *
 */
#ifndef _MIBGROUP_HRSYSTEM_H
#define _MIBGROUP_HRSYSTEM_H

extern void     init_hr_system(void);
extern FindVarMethod var_hrsys;

#if defined(HAVE_MKTIME) && defined(HAVE_STIME)
#ifndef NETSNMP_NO_WRITE_SUPPORT
int ns_set_time(int action, u_char * var_val, u_char var_val_type, size_t var_val_len, u_char * statP, oid * name, size_t name_len);
#endif /* !NETSNMP_NO_WRITE_SUPPORT */
#endif

#endif                          /* _MIBGROUP_HRSYSTEM_H */