Fix typo causing incorrect desktop sorting
[AROS.git] / workbench / system / Wanderer / support.h
bloba9128c2ac6d390a09b084086e5554dddc771d5a5
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 #ifdef __AROS__
11 #include <dos/bptr.h>
12 #endif
14 /*** Prototypes *************************************************************/
15 BOOL ReadLine(BPTR fh, STRPTR buffer, ULONG size);
17 #endif /* _SUPPORT_H_ */