Detabbed
[AROS.git] / rom / dos / dos_newcliproc.h
blobdb5eb764b8003872ecaf2e9de4e2139689a53b90
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef DOS_NEWCLIPROC_H
10 #define DOS_NEWCLIPROC_H
12 #include <dos/cliinit.h>
14 /* Shared code between CliInitRun() and CliInitNewcli()
16 ULONG internal_CliInitAny(struct DosPacket *dp, APTR DOSBase);
18 #endif /* DOS_NEWCLIPROC_H */