summaryrefslogtreecommitdiff
path: root/agent/mibgroup/mibII/sysORTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/mibII/sysORTable.h')
-rw-r--r--agent/mibgroup/mibII/sysORTable.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/agent/mibgroup/mibII/sysORTable.h b/agent/mibgroup/mibII/sysORTable.h
new file mode 100644
index 0000000..e988fda
--- /dev/null
+++ b/agent/mibgroup/mibII/sysORTable.h
@@ -0,0 +1,15 @@
+#ifndef MIBGROUP_SYSORTABLE_H
+#define MIBGROUP_SYSORTABLE_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void init_sysORTable(void);
+extern void shutdown_sysORTable(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* MIBGROUP_SYSORTABLE_H */