2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
5 Desc: header exporting support functions from libautoinit.a
11 #include <sys/cdefs.h>
15 /* Shows an error message to the user. Depending on whether the program
16 has been started from CLI or from Workbench(TM) the message will be
17 respectively shown as a message on the cli or as an Intuition requester.
19 To make it always open a requester define a global variable like this:
21 int __forceerrorrequester = 1; */
22 void __showerror
__P((char *format
, const IPTR
*));
26 #endif /* !AUTOINIT_H */