summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman/event/mteEventConf.h
blob: 47001f00c47951729d29ca013e9aad0234b98a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef MTEEVENTCONF_H
#define MTEEVENTCONF_H

config_require(utilities/iquery)

/*
 * function declarations 
 */
void            init_mteEventConf(void);

void            parse_notificationEvent(const char *, char *);
void            parse_setEvent(         const char *, char *);

void            parse_mteETable(   const char *, char *);
void            parse_mteENotTable(const char *, char *);
void            parse_mteESetTable(const char *, char *);
SNMPCallback    store_mteETable;
SNMPCallback    clear_mteETable;

#endif                          /* MTEEVENTCONF_H */