2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #ifndef DOS_NEWCLIPROC_H
10 #define DOS_NEWCLIPROC_H
12 #include <exec/execbase.h>
13 #include <aros/asmcall.h>
15 struct CliStartupMessage
17 struct Message csm_Msg
;
21 BPTR csm_CurrentInput
;
26 AROS_UFP3(LONG
, NewCliProc
,
27 AROS_UFPA(char *,argstr
,A0
),
28 AROS_UFPA(ULONG
,argsize
,D0
),
29 AROS_UFPA(struct ExecBase
*,SysBase
,A6
));
31 #endif /* DOS_NEWCLIPROC_H */