1 /*
2  * Note: this file originally auto-generated by mib2c using
3  *  : mib2c.table_data.conf,v 1.8 2005/07/19 14:52:03 dts12 Exp $
4  */
5 #ifndef MTEEVENTNOTIFICATIONTABLE_H
6 #define MTEEVENTNOTIFICATIONTABLE_H
7 
8 /*
9  * function declarations
10  */
11 void            init_mteEventNotificationTable(void);
12 void            shutdown_mteEventNotificationTable(void);
13 Netsnmp_Node_Handler mteEventNotificationTable_handler;
14 
15 /*
16  * column number definitions for table mteEventNotificationTable
17  */
18 #define COLUMN_MTEEVENTNOTIFICATION			1
19 #define COLUMN_MTEEVENTNOTIFICATIONOBJECTSOWNER		2
20 #define COLUMN_MTEEVENTNOTIFICATIONOBJECTS		3
21 #endif                          /* MTEEVENTNOTIFICATIONTABLE_H */
22