Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / snmp / include / net-snmp / snmpv3_api.h
blob5f89e7fde067874f0a8fe7de67b7e71b77e18c19
1 #ifndef NET_SNMP_SNMPV3_H
2 #define NET_SNMP_SNMPV3_H
4 /**
5 * Library API routines concerned with SNMPv3 handling.
7 * Most of these would typically not be used directly,
8 * but be invoked via version-independent API routines.
9 */
11 #include <net-snmp/types.h>
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.
19 * But for the time being, this header file is a placeholder,
20 * to allow application writers to adopt the new header file names.
23 #include <net-snmp/library/snmp_api.h>
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
35 #include <net-snmp/library/snmp_secmod.h>
36 #include <net-snmp/library/snmpv3-security-includes.h>
38 #endif /* NET_SNMP_SNMPV3_H */