Small cleanup of extensions code
[AROS.git] / compiler / autoinit / autoinit.h
blobc54e0d624269e27c5d4ac14d1c72b0dad656cfd0
1 /*
2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: header exporting support functions from libautoinit.a
6 */
8 #ifndef AUTOINIT_H
9 #define AUTOINIT_H
11 #include <sys/cdefs.h>
13 __BEGIN_DECLS
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 *));
24 __END_DECLS
26 #endif /* !AUTOINIT_H */