summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/notification.h
blob: 2adfdb2bbf510ca9c72372615f8fa917cf1b03f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */