add casts to zune macros to silence some warnings
[tangerine.git] / workbench / system / Wanderer / support.h
blob14ee8d918f2b0850d8f17054fd3a9397394da686
1 #ifndef _SUPPORT_H_
2 #define _SUPPORT_H_
4 /*
5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <dos/bptr.h>
12 /*** Prototypes *************************************************************/
13 BOOL ReadLine(BPTR fh, STRPTR buffer, ULONG size);
15 #endif /* _SUPPORT_H_ */