summaryrefslogtreecommitdiff
path: root/agent/mibgroup/notification-log-mib/notification_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/notification-log-mib/notification_log.h')
-rw-r--r--agent/mibgroup/notification-log-mib/notification_log.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/agent/mibgroup/notification-log-mib/notification_log.h b/agent/mibgroup/notification-log-mib/notification_log.h
new file mode 100644
index 0000000..9de7c7b
--- /dev/null
+++ b/agent/mibgroup/notification-log-mib/notification_log.h
@@ -0,0 +1,20 @@
+#ifndef NOTIFICATION_LOG_H
+#define NOTIFICATION_LOG_H
+#include <net-snmp/agent/agent_handler.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * function declarations
+ */
+void init_notification_log(void);
+void shutdown_notification_log(void);
+
+void log_notification(netsnmp_pdu *pdu, netsnmp_transport *transport);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* NOTIFICATION_LOG_H */