summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/netSnmpHostsTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/examples/netSnmpHostsTable.h')
-rw-r--r--agent/mibgroup/examples/netSnmpHostsTable.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/agent/mibgroup/examples/netSnmpHostsTable.h b/agent/mibgroup/examples/netSnmpHostsTable.h
new file mode 100644
index 0000000..b6164a9
--- /dev/null
+++ b/agent/mibgroup/examples/netSnmpHostsTable.h
@@ -0,0 +1,40 @@
+/*
+ * Note: this file originally auto-generated by mib2c using
+ * : mib2c.iterate_access.conf,v 1.4 2003/07/01 00:15:11 hardaker Exp $
+ */
+#ifndef NETSNMPHOSTSTABLE_H
+#define NETSNMPHOSTSTABLE_H
+
+/** other required module components */
+config_require(examples/netSnmpHostsTable_access)
+config_require(examples/netSnmpHostsTable_checkfns)
+config_add_mib(NET-SNMP-EXAMPLES-MIB)
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ /*
+ * function declarations
+ */
+ void init_netSnmpHostsTable(void);
+ void initialize_table_netSnmpHostsTable(void);
+ Netsnmp_Node_Handler netSnmpHostsTable_handler;
+
+
+/*
+ * column number definitions for table netSnmpHostsTable
+ */
+#include "netSnmpHostsTable_columns.h"
+
+/*
+ * enum definions
+ */
+#include "netSnmpHostsTable_enums.h"
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /** NETSNMPHOSTSTABLE_H */