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
, CliInitRun
,
19 AROS_LHA(struct DosPacket
*, dp
, A0
),
22 struct DosLibrary
*, DOSBase
, 156, Dos
)
26 Set up a process to be a shell.
30 dp -- startup arguments specified as a packet
36 This function is obsolete for the same reasons as CliInitNewCli()
37 and should not be used.
49 *****************************************************************************/