summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/agent/mibgroup/examples/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/agent/mibgroup/examples/notification.h')
-rw-r--r--cleopatre/application/spidnetsnmp/agent/mibgroup/examples/notification.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/cleopatre/application/spidnetsnmp/agent/mibgroup/examples/notification.h b/cleopatre/application/spidnetsnmp/agent/mibgroup/examples/notification.h
deleted file mode 100644
index 2adfdb2bbf..0000000000
--- a/cleopatre/application/spidnetsnmp/agent/mibgroup/examples/notification.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#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 */