home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PDOS_SHELL_H
- #define __INC_POS_PDOS_SHELL_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Shell.h<< 04 Mar 1997 20:30:05 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include <pExec/List.h>
- #endif
-
-
-
- /*----------------------------------
- pOS_LockShellPathList() returned a pointer at
- the pOS_ShellPath - list.
- -----------------------------------*/
- struct pOS_ShellPath
- {
- struct pOS_ExNode shp_Node;
- struct pOS_FileLock *shp_Lock;
-
- /** sytem private datas **/
- };
-
-
- #endif
-