2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include "dos_intern.h"
10 #include "dos_newcliproc.h"
12 /*****************************************************************************
15 #include <dos/dosextens.h>
16 #include <proto/dos.h>
18 AROS_LH1(IPTR
, CliInitNewcli
,
21 AROS_LHA(struct DosPacket
*, dp
, A0
),
24 struct DosLibrary
*, DOSBase
, 155, Dos
)
27 Set up a process to be a shell using a startup packet.
30 packet -- startup arguments that were passed to the shell
31 If NULL, defaults will be used
36 Called to initialize CLI private data structures, when
37 the User Shell is in interactive mode.
49 *****************************************************************************/
53 return internal_CliInitAny(dp
, DOSBase
);