mteeventnotificationtable.h

来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 24 行

H
24
字号
/* * Note: this file originally auto-generated by mib2c using *  : mib2c.create-dataset.conf,v 5.2 2002/07/17 14:41:53 dts12 Exp $ */#ifndef MTEEVENTNOTIFICATIONTABLE_H#define MTEEVENTNOTIFICATIONTABLE_H/* * function declarations  */void            init_mteEventNotificationTable(void);void            initialize_table_mteEventNotificationTable(void);Netsnmp_Node_Handler mteEventNotificationTable_handler;/* * column number definitions for table mteEventNotificationTable  */#define COLUMN_MTEEVENTNOTIFICATION		1#define COLUMN_MTEEVENTNOTIFICATIONOBJECTSOWNER		2#define COLUMN_MTEEVENTNOTIFICATIONOBJECTS		3extern netsnmp_table_data_set *mteEventNotif_table_set;#endif                          /* MTEEVENTNOTIFICATIONTABLE_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?