5 Copyright © 2005-2009, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Prototypes *************************************************************/
13 STRPTR
GetENV(CONST_STRPTR name
);
14 BOOL
SetENV(CONST_STRPTR name
, CONST_STRPTR value
);
15 VOID
ShowError(Object
*application
, Object
*window
, CONST_STRPTR message
, BOOL useIOError
);
16 ULONG
FormatSize(STRPTR buffer
, ULONG blocks
, ULONG totalblocks
, ULONG bytesperblock
, BOOL showPercentage
);
18 #endif /* _SUPPORT_H_ */