From ffac64fcea44e2840cef67ec2d5bdc6ef0b4b268 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 8 Dec 2012 17:25:25 +0000 Subject: Move download overwrite warning requester to misc.c --- amiga/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/misc.h') diff --git a/amiga/misc.h b/amiga/misc.h index c863c7966..e76d6a3b4 100644 --- a/amiga/misc.h +++ b/amiga/misc.h @@ -19,4 +19,5 @@ #ifndef AMIGA_MISC_H #define AMIGA_MISC_H char *translate_escape_chars(const char *s); +int ami_warn_user_multi(const char *body, const char *opt1, const char *opt2, struct Window *win); #endif -- cgit v1.2.3