From e9696b2fa92971616ab6922e79fe3e7e2a9ff66d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 10 Nov 2014 21:59:51 +0000 Subject: New function for an error requester with the correct imagery which doesn't attempt to do Messages lookup. --- amiga/misc.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'amiga/misc.h') diff --git a/amiga/misc.h b/amiga/misc.h index 9adbb7352..836372f18 100644 --- a/amiga/misc.h +++ b/amiga/misc.h @@ -23,16 +23,8 @@ extern struct gui_file_table *amiga_file_table; char *translate_escape_chars(const char *s); -int32 ami_warn_user_multi(const char *body, const char *opt1, const char *opt2, struct Window *win); - -/** - * Cause an abnormal program termination. - * - * \note This never returns and is intended to terminate without any cleanup. - * - * \param error The message to display to the user. - */ -void die(const char * const error) __attribute__ ((noreturn)); - - +void ami_misc_fatal_error(const char *message); +int32 ami_warn_user_multi(const char *body, + const char *opt1, const char *opt2, struct Window *win); #endif + -- cgit v1.2.3