output_api.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NET_SNMP_LOGGING_API_H
  2. #define NET_SNMP_LOGGING_API_H
  3.     /**
  4.      *  Library API routines concerned with logging and message output
  5.      *    (including error handling and debugging).
  6.      */
  7. #include <net-snmp/types.h>
  8.     /*
  9.      *  For the initial release, this will just refer to the
  10.      *  relevant UCD header files.
  11.      *    In due course, the routines relevant to this area of the
  12.      *  API will be identified, and listed here directly.
  13.      *
  14.      *  But for the time being, this header file is a placeholder,
  15.      *  to allow application writers to adopt the new header file names.
  16.      */
  17. #include <net-snmp/library/snmp_client.h>
  18. #include <net-snmp/library/snmp_debug.h>
  19. #include <net-snmp/library/snmp_logging.h>
  20. #ifndef ERROR_MSG
  21. #define ERROR_MSG(string) snmp_set_detail(string)
  22. #endif
  23. #endif                          /* NET_SNMP_LOGGING_API_H */