net-snmp 5.7
netSnmpHostsTable.h
00001 /*
00002  * Note: this file originally auto-generated by mib2c using
00003  *        : mib2c.iterate_access.conf,v 1.4 2003/07/01 00:15:11 hardaker Exp $
00004  */
00005 #ifndef NETSNMPHOSTSTABLE_H
00006 #define NETSNMPHOSTSTABLE_H
00007 
00009 config_require(examples/netSnmpHostsTable_access)
00010 config_require(examples/netSnmpHostsTable_checkfns)
00011 config_add_mib(NET-SNMP-EXAMPLES-MIB)
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017     /*
00018      * function declarations 
00019      */
00020      void            init_netSnmpHostsTable(void);
00021      void            initialize_table_netSnmpHostsTable(void);
00022      Netsnmp_Node_Handler netSnmpHostsTable_handler;
00023 
00024 
00025 /*
00026  * column number definitions for table netSnmpHostsTable 
00027  */
00028 #include "netSnmpHostsTable_columns.h"
00029 
00030 /*
00031  * enum definions 
00032  */
00033 #include "netSnmpHostsTable_enums.h"
00034 
00035 
00036 #ifdef __cplusplus
00037 }
00038 #endif
00039 
00040 #endif