summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/netSnmpHostsTable.h
blob: b6164a96a7f06c2b8f7f6878edb52a137ec16c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
 * Note: this file originally auto-generated by mib2c using
 *        : mib2c.iterate_access.conf,v 1.4 2003/07/01 00:15:11 hardaker Exp $
 */
#ifndef NETSNMPHOSTSTABLE_H
#define NETSNMPHOSTSTABLE_H

/** other required module components */
config_require(examples/netSnmpHostsTable_access)
config_require(examples/netSnmpHostsTable_checkfns)
config_add_mib(NET-SNMP-EXAMPLES-MIB)

#ifdef __cplusplus
extern "C" {
#endif

    /*
     * function declarations 
     */
     void            init_netSnmpHostsTable(void);
     void            initialize_table_netSnmpHostsTable(void);
     Netsnmp_Node_Handler netSnmpHostsTable_handler;


/*
 * column number definitions for table netSnmpHostsTable 
 */
#include "netSnmpHostsTable_columns.h"

/*
 * enum definions 
 */
#include "netSnmpHostsTable_enums.h"


#ifdef __cplusplus
}
#endif

#endif /** NETSNMPHOSTSTABLE_H */