added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / snmpv3_api.h
1 #ifndef NET_SNMP_SNMPV3_H
2 #define NET_SNMP_SNMPV3_H
3
4     /**
5      *  Library API routines concerned with SNMPv3 handling.
6      *
7      *  Most of these would typically not be used directly,
8      *     but be invoked via version-independent API routines.
9      */
10
11 #include <net-snmp/types.h>
12
13     /*
14      *  For the initial release, this will just refer to the
15      *  relevant UCD header files.
16      *    In due course, the routines relevant to this area of the
17      *  API will be identified, and listed here directly.
18      *
19      *  But for the time being, this header file is a placeholder,
20      *  to allow application writers to adopt the new header file names.
21      */
22
23 #include <net-snmp/library/snmp_api.h>
24
25 #include <net-snmp/library/callback.h>
26 #include <net-snmp/library/snmpv3.h>
27 #include <net-snmp/library/transform_oids.h>
28 #include <net-snmp/library/keytools.h>
29 #include <net-snmp/library/scapi.h>
30 #include <net-snmp/library/lcd_time.h>
31 #ifdef USE_INTERNAL_MD5
32 #include <net-snmp/library/md5.h>
33 #endif
34
35 #include <net-snmp/library/snmp_secmod.h>
36 #include <net-snmp/library/snmpv3-security-includes.h>
37
38 #endif                          /* NET_SNMP_SNMPV3_H */