2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include "dos_intern.h"
9 #include "dos_newcliproc.h"
11 /*****************************************************************************
14 #include <dos/dosextens.h>
15 #include <proto/dos.h>
17 AROS_LH1(IPTR
, CliInitRun
,
20 AROS_LHA(struct DosPacket
*, dp
, A0
),
23 struct DosLibrary
*, DOSBase
, 156, Dos
)
26 Set up a process to be a shell.
29 dp -- startup arguments specified as a packet
34 Called to initialize CLI private data structures, when
35 the User Shell is not interactive.
46 *****************************************************************************/
50 return internal_CliInitAny(dp
, DOSBase
);