~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to agent/mibgroup/mibII/ipCidrRouteTable.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Note: this file originally auto-generated by mib2c using
 
3
 *        : mib2c.iterate_access.conf
 
4
 */
 
5
#ifndef IPCIDRROUTETABLE_H
 
6
#define IPCIDRROUTETABLE_H
 
7
 
 
8
/** other required module components */
 
9
config_require(mibII/ipCidrRouteTable_access)
 
10
config_require(mibII/ipCidrRouteTable_checkfns)
 
11
config_add_mib(IP-FORWARD-MIB)
 
12
 
 
13
/*
 
14
 * function declarations 
 
15
 */
 
16
void            init_ipCidrRouteTable(void);
 
17
void            initialize_table_ipCidrRouteTable(void);
 
18
Netsnmp_Node_Handler ipCidrRouteTable_handler;
 
19
 
 
20
Netsnmp_First_Data_Point ipCidrRouteTable_get_first_data_point;
 
21
Netsnmp_Next_Data_Point ipCidrRouteTable_get_next_data_point;
 
22
 
 
23
/*
 
24
 * column number definitions for table ipCidrRouteTable 
 
25
 */
 
26
#include "ipCidrRouteTable_columns.h"
 
27
 
 
28
/*
 
29
 * enum definions 
 
30
 */
 
31
#include "ipCidrRouteTable_enums.h"
 
32
 
 
33
#endif /** IPCIDRROUTETABLE_H */