Replaced Popscren with a custom pop-up list for selecting public screen. Now it conta...
[tangerine.git] / compiler / include / clib / exec_private_protos.h
blob97897d6a69f86c4fa7a45e3d47125f3547aafcd0
1 #ifndef CLIB_EXEC_PRIVATE_PROTOS_H
2 #define CLIB_EXEC_PRIVATE_PROTOS_H
4 /*
5 Copyright © 1995-1997, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Private prototypes for exec.library
9 Lang: english
12 AROS_LP0(void, RawIOInit,
13 struct ExecBase *, SysBase, 84, Exec)
15 AROS_LP0(LONG, RawMayGetChar,
16 struct ExecBase *, SysBase, 85, Exec)
18 AROS_LP1(void, RawPutChar,
19 AROS_LPA(UBYTE, chr, D0),
20 struct ExecBase *, SysBase, 86, Exec)
22 #endif /* CLIB_EXEC_PRIVATE_PROTOS_H */