5 Copyright © 2003, 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
);
17 #endif /* _SUPPORT_H_ */