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

  1. #ifndef __INC_POS_PDOS_SHELL_H
  2. #define __INC_POS_PDOS_SHELL_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>Shell.h<<   04 Mar 1997    20:30:05 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_LIST_H
  12. #include <pExec/List.h>
  13. #endif
  14.  
  15.  
  16.  
  17. /*----------------------------------
  18.   pOS_LockShellPathList() returned a pointer at
  19.   the pOS_ShellPath - list.
  20. -----------------------------------*/
  21. struct pOS_ShellPath
  22. {
  23.   struct pOS_ExNode    shp_Node;
  24.   struct pOS_FileLock *shp_Lock;
  25.  
  26. /** sytem private datas **/
  27. };
  28.  
  29.  
  30. #endif
  31.