Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
8a66814edad5a28fdbc8645fb0e14459bf915da0
/
.
/
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 */