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

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef DEBUG_HANDLER_H
  2. #define DEBUG_HANDLER_H
  3. #ifdef __cplusplus
  4. extern          "C" {
  5. #endif
  6. netsnmp_mib_handler *netsnmp_get_debug_handler(void);
  7. void            netsnmp_init_debug_helper(void);
  8. Netsnmp_Node_Handler netsnmp_debug_helper;
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif                          /* DEBUG_HANDLER_H */