m2IfLib.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* m2IfLib.h - VxWorks MIB-II interface to SNMP Agent */
  2. /* Copyright 1984-1993 Wind River Systems, Inc. */
  3. #include "copyright_wrs.h"
  4. /*
  5. modification history
  6. --------------------
  7. 01f,11feb00,ann written for RFC 2233 implementation
  8. */
  9. #ifndef __INCm2IfLibh
  10. #define __INCm2IfLibh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #include "m2Lib.h"
  15. #include "end.h"
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif /* __INCm2Libh */