summaryrefslogtreecommitdiff
path: root/agent/mibgroup/agent/nsLogging.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/agent/nsLogging.h')
-rw-r--r--agent/mibgroup/agent/nsLogging.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/agent/mibgroup/agent/nsLogging.h b/agent/mibgroup/agent/nsLogging.h
new file mode 100644
index 0000000..093fecc
--- /dev/null
+++ b/agent/mibgroup/agent/nsLogging.h
@@ -0,0 +1,16 @@
+#ifndef NSLOGGING_H
+#define NSLOGGING_H
+
+/*
+ * function declarations
+ */
+void init_nsLogging(void);
+
+/*
+ * Handler and iterators for the logging table
+ */
+Netsnmp_Node_Handler handle_nsLoggingTable;
+Netsnmp_First_Data_Point get_first_logging_entry;
+Netsnmp_Next_Data_Point get_next_logging_entry;
+
+#endif /* NSLOGGING_H */