summaryrefslogtreecommitdiff
path: root/agent/mibgroup/notification-log-mib/notification_log.h
blob: 9de7c7b758721507e0f6ef64334a424a503b4dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef NOTIFICATION_LOG_H
#define NOTIFICATION_LOG_H
#include <net-snmp/agent/agent_handler.h>

#ifdef __cplusplus
extern          "C" {
#endif
/*
 * function declarations 
 */
void init_notification_log(void);
void shutdown_notification_log(void);

void log_notification(netsnmp_pdu *pdu, netsnmp_transport *transport);

#ifdef __cplusplus
}
#endif

#endif                          /* NOTIFICATION_LOG_H */