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

VxWorks

开发平台:

C/C++

  1. /* ftpLibP.h - private header for ftpLib */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,22sep92,rrr  added support for c++
  7. 01a,20sep92,kdl  written.
  8. */
  9. #ifndef __INCftpLibPh
  10. #define __INCftpLibPh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #include "vxWorks.h"
  15. #include "ftpLib.h"
  16. #if defined(__STDC__) || defined(__cplusplus)
  17. extern STATUS ftpLs (char *dirName);
  18. #else
  19. extern STATUS ftpLs ();
  20. #endif  /* __STDC__ */
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif /* __INCftpLibPh */