2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "dos_intern.h"
10 /*****************************************************************************
13 #include <dos/dosextens.h>
14 #include <proto/dos.h>
16 AROS_LH1(IPTR
, CliInitNewcli
,
19 AROS_LHA(struct DosPacket
*, dp
, A0
),
22 struct DosLibrary
*, DOSBase
, 155, Dos
)
26 Set up a process to be a shell using a startup packet.
30 packet -- startup arguments passed as a packet
36 This function is obsolete as AROS don't use packets. There is no need
37 for this function as functionality is added in other places to deal
38 with things taken care of by this function. Furthermore, the Amiga
39 startup packet interface was a pile of crap.
51 *****************************************************************************/