net-snmp 5.7
notification.h
00001 #ifndef NOTIFICATION_H
00002 #define NOTIFICATION_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 /* prototypes for the example */
00009 void init_notification(void);
00010 SNMPAlarmCallback send_example_notification;
00011 
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016 
00017 #endif /* NOTIFICATION_H */