Detabbed
[AROS.git] / rom / dos / dos_private.h
blob8f868c3dc49d11fa183b86f5e8d8b58b6299393f
1 #ifndef _DOS_PRIVATE_H
2 #define _DOS_PRIVATE_H
4 /*
5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 $Id$
8 Private function definitions for DOS.
9 */
11 #ifndef EXEC_TYPES_H
12 #include <exec/types.h>
13 #endif
14 #ifndef AROS_LIBCALL_H
15 #include <aros/libcall.h>
16 #endif
19 Prototypes
22 AROS_LP1(STRPTR, DosGetString,
23 AROS_LPA(LONG, stringNum, D0),
24 struct DosLibrary *, DOSBase, 163, Dos)
26 #endif /* _DOS_PRIVATE_H */