Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
1b84458321fa219b0d416c154053bf08c23aeb99
/
.
/
agent
/
mibgroup
/
examples
/
notification.h
blob: 2adfdb2bbf510ca9c72372615f8fa917cf1b03f7 [
file
] [
log
] [
blame
]
#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 */