summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hr_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/host/hr_print.h')
-rw-r--r--agent/mibgroup/host/hr_print.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/agent/mibgroup/host/hr_print.h b/agent/mibgroup/host/hr_print.h
new file mode 100644
index 0000000..7acee8d
--- /dev/null
+++ b/agent/mibgroup/host/hr_print.h
@@ -0,0 +1,15 @@
+/*
+ * Host Resources MIB - printer device group interface - hr_print.h
+ *
+ */
+#ifndef _MIBGROUP_HRPRINT_H
+#define _MIBGROUP_HRPRINT_H
+
+config_require(host/hr_device)
+config_require(util_funcs)
+
+extern void init_hr_print(void);
+extern FindVarMethod var_hrprint;
+
+
+#endif /* _MIBGROUP_HRPRINT_H */