added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / pdu_api.h
1 #ifndef NET_SNMP_PDU_API_H
2 #define NET_SNMP_PDU_API_H
3
4     /**
5      *  Library API routines concerned with SNMP PDUs.
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 #include <net-snmp/library/snmp_client.h>
22 #include <net-snmp/library/asn1.h>
23
24 #endif                          /* NET_SNMP_PDU_API_H */