summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/agent/mibgroup/host/hr_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/agent/mibgroup/host/hr_system.h')
-rw-r--r--cleopatre/application/spidnetsnmp/agent/mibgroup/host/hr_system.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cleopatre/application/spidnetsnmp/agent/mibgroup/host/hr_system.h b/cleopatre/application/spidnetsnmp/agent/mibgroup/host/hr_system.h
deleted file mode 100644
index 5e12c0df6c..0000000000
--- a/cleopatre/application/spidnetsnmp/agent/mibgroup/host/hr_system.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * 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 */