added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / mib_api.h
1 #ifndef NET_SNMP_MIB_API_H
2 #define NET_SNMP_MIB_API_H
3
4     /**
5      *  Library API routines concerned with MIB files and objects, and OIDs
6      */
7
8 #include <net-snmp/types.h>
9
10     /*
11      *  For the initial release, this will just refer to the
12      *  relevant UCD header files.
13      *    In due course, the routines relevant to this area of the
14      *  API will be identified, and listed here directly.
15      *
16      *  But for the time being, this header file is a placeholder,
17      *  to allow application writers to adopt the new header file names.
18      */
19
20 #include <net-snmp/library/snmp_api.h>
21
22 #include <net-snmp/library/mib.h>
23 #include <net-snmp/library/parse.h>
24 #include <net-snmp/library/callback.h>
25 #include <net-snmp/library/oid_stash.h>
26 #include <net-snmp/library/ucd_compat.h>
27
28 #endif                          /* NET_SNMP_MIB_API_H */