Bumped required version to 2 and build only
[AROS.git] / workbench / system / Wanderer / Tools / DiskInfo / support.h
blob6d474a4a031fdeb29b4af20e3f9cb17a89d3ead0
1 #ifndef _SUPPORT_H_
2 #define _SUPPORT_H_
4 /*
5 Copyright © 2005-2009, The AROS Development Team. All rights reserved.
6 $Id$
7 */
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_ */