and added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / output_api.h
1 #ifndef NET_SNMP_LOGGING_API_H
2 #define NET_SNMP_LOGGING_API_H
3
4     /**
5      *  Library API routines concerned with logging and message output
6      *    (including error handling and debugging).
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
21 #include <net-snmp/library/snmp_client.h>
22 #include <net-snmp/library/snmp_debug.h>
23 #include <net-snmp/library/snmp_logging.h>
24
25 #ifndef ERROR_MSG
26 #define ERROR_MSG(string)       snmp_set_detail(string)
27 #endif
28
29 #endif                          /* NET_SNMP_LOGGING_API_H */