grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / system / Wanderer / Tools / ExecuteCommand / support.h
blob39cab2f0ae5c1a0afabfc0fa266436cdf22ac6b3
1 #ifndef _SUPPORT_H_
2 #define _SUPPORT_H_
4 /*
5 Copyright © 2003, 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);
17 #endif /* _SUPPORT_H_ */