Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / config_api.h
1 #ifndef NET_SNMP_CONFIG_API_H
2 #define NET_SNMP_CONFIG_API_H
3
4     /**
5      *  Library API routines concerned with configuration and control
6      *    of the behaviour of the library, agent and other applications.
7      */
8
9 #include <net-snmp/types.h>
10
11     /*
12      *  For the initial release, this will just refer to the
13      *  relevant UCD header files.
14      *    In due course, the routines relevant to this area of the
15      *  API will be identified, and listed here directly.
16      *
17      *  But for the time being, this header file is a placeholder,
18      *  to allow application writers to adopt the new header file names.
19      */
20 #include <net-snmp/library/snmp_api.h>
21
22 #include <net-snmp/library/read_config.h>
23 #include <net-snmp/library/default_store.h>
24
25 #include <stdio.h>              /* for FILE definition */
26 #include <net-snmp/library/snmp_parse_args.h>
27 #include <net-snmp/library/snmp_enum.h>
28 #include <net-snmp/library/vacm.h>
29
30 #endif                          /* NET_SNMP_CONFIG_API_H */