summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/examples/notification.h')
-rw-r--r--agent/mibgroup/examples/notification.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/agent/mibgroup/examples/notification.h b/agent/mibgroup/examples/notification.h
new file mode 100644
index 0000000..2adfdb2
--- /dev/null
+++ b/agent/mibgroup/examples/notification.h
@@ -0,0 +1,17 @@
+#ifndef NOTIFICATION_H
+#define NOTIFICATION_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* prototypes for the example */
+void init_notification(void);
+SNMPAlarmCallback send_example_notification;
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* NOTIFICATION_H */