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 MTETRIGGERBOOLEANTABLE_H
6 #define MTETRIGGERBOOLEANTABLE_H
7 
8 /*
9  * function declarations
10  */
11 void            init_mteTriggerBooleanTable(void);
12 void            shutdown_mteTriggerBooleanTable(void);
13 Netsnmp_Node_Handler mteTriggerBooleanTable_handler;
14 
15 /*
16  * column number definitions for table mteTriggerBooleanTable
17  */
18 #define COLUMN_MTETRIGGERBOOLEANCOMPARISON	1
19 #define COLUMN_MTETRIGGERBOOLEANVALUE		2
20 #define COLUMN_MTETRIGGERBOOLEANSTARTUP		3
21 #define COLUMN_MTETRIGGERBOOLEANOBJECTSOWNER	4
22 #define COLUMN_MTETRIGGERBOOLEANOBJECTS		5
23 #define COLUMN_MTETRIGGERBOOLEANEVENTOWNER	6
24 #define COLUMN_MTETRIGGERBOOLEANEVENT		7
25 #endif                          /* MTETRIGGERBOOLEANTABLE_H */
26