home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pclib / pDos_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  1.4 KB  |  68 lines

  1. #ifndef __INC_POS_CLIB_PDOS_PROTOS_H
  2. #define __INC_POS_CLIB_PDOS_PROTOS_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7. *******************************************************************/
  8.  
  9. #ifndef __cplusplus
  10.  
  11. #ifndef __INC_POS_PDOS_DATE_H
  12. #include <pDOS/Date.h>
  13. #endif
  14. #ifndef __INC_POS_PDOS_DATETIME_H
  15. #include <pDOS/DateTime.h>
  16. #endif
  17. #ifndef __INC_POS_PDOS_DOSARGS_H
  18. #include <pDOS/DosArgs.h>
  19. #endif
  20. #ifndef __INC_POS_PDOS_DOSBASE_H
  21. #include <pDOS/DosBase.h>
  22. #endif
  23. #ifndef __INC_POS_PDOS_DOSDEV_H
  24. #include <pDOS/DosDev.h>
  25. #endif
  26. #ifndef __INC_POS_PDOS_FIB_H
  27. #include <pDOS/FIB.h>
  28. #endif
  29. #ifndef __INC_POS_PDOS_FILES_H
  30. #include <pDOS/Files.h>
  31. #endif
  32. #ifndef __INC_POS_PDOS_INFODATA_H
  33. #include <pDOS/InfoData.h>
  34. #endif
  35. #ifndef __INC_POS_PDOS_IOSTRUCT_H
  36. #include <pDOS/IOStruct.h>
  37. #endif
  38. #ifndef __INC_POS_PDOS_LOCK_H
  39. #include <pDOS/Lock.h>
  40. #endif
  41. #ifndef __INC_POS_PDOS_NOTIFY_H
  42. #include <pDOS/Notify.h>
  43. #endif
  44. #ifndef __INC_POS_PDOS_PARSING_H
  45. #include <pDOS/Parsing.h>
  46. #endif
  47. #ifndef __INC_POS_PDOS_PATTERN_H
  48. #include <pDOS/Pattern.h>
  49. #endif
  50. #ifndef __INC_POS_PDOS_PROCESS_H
  51. #include <pDOS/Process.h>
  52. #endif
  53. #ifndef __INC_POS_PDOS_SCANDIR_H
  54. #include <pDOS/ScanDir.h>
  55. #endif
  56. #ifndef __INC_POS_PDOS_SEGMENT_H
  57. #include <pDOS/Segment.h>
  58. #endif
  59. #ifndef __INC_POS_PDOS_VAR_H
  60. #include <pDOS/Var.h>
  61. #endif
  62.  
  63. #endif /* __cplusplus */
  64.  
  65. #include <proto/pDos2.h>
  66.  
  67. #endif
  68.