added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / snmpv3 / snmpEngine.h
1 /*
2  * snmpEngine.h
3  *
4  * This file was generated by mib2c and is intended for use as a mib module
5  * for the ucd-snmp snmpd agent.
6  */
7
8
9 #ifndef _MIBGROUP_SNMPENGINE_H
10 #define _MIBGROUP_SNMPENGINE_H
11
12 /*
13  * we use header_generic and checkmib from the util_funcs module 
14  */
15
16 config_require(util_funcs)
17 config_add_mib(SNMP-FRAMEWORK-MIB)
18
19     /*
20      * Magic number definitions: 
21      */
22 #define   SNMPENGINEID          1
23 #define   SNMPENGINEBOOTS       2
24 #define   SNMPENGINETIME        3
25 #define   SNMPENGINEMAXMESSAGESIZE  4
26     /*
27      * function definitions 
28      */
29      extern void     init_snmpEngine(void);
30      extern FindVarMethod var_snmpEngine;
31
32 #endif                          /* _MIBGROUP_SNMPENGINE_H */