summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hr_system.h
blob: 5e12c0df6caface77e72a303d091bed65ef67472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  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)
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

#endif                          /* _MIBGROUP_HRSYSTEM_H */