2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
9 #ifndef DOS_NEWCLIPROC_H
10 #define DOS_NEWCLIPROC_H
12 #include <dos/cliinit.h>
14 /* Shared code between CliInitRun() and CliInitNewcli()
16 ULONG
internal_CliInitAny(struct DosPacket
*dp
, APTR DOSBase
);
24 #define EAF_CLOSECES (1L << 0)
26 #endif /* DOS_NEWCLIPROC_H */