summaryrefslogtreecommitdiff
path: root/amiga/misc.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-08 17:47:57 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-08 17:47:57 +0000
commitff333828b70a5d31b9efe1c7b2df3216478722a3 (patch)
tree79035a2508b82d7e51cbe3494c6e1e10293cf1ba /amiga/misc.h
parentffac64fcea44e2840cef67ec2d5bdc6ef0b4b268 (diff)
downloadnetsurf-ff333828b70a5d31b9efe1c7b2df3216478722a3.tar.gz
netsurf-ff333828b70a5d31b9efe1c7b2df3216478722a3.tar.bz2
Warn when closing multiple tabs
Diffstat (limited to 'amiga/misc.h')
-rw-r--r--amiga/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/misc.h b/amiga/misc.h
index e76d6a3b4..34a85fa90 100644
--- a/amiga/misc.h
+++ b/amiga/misc.h
@@ -19,5 +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);
+int32 ami_warn_user_multi(const char *body, const char *opt1, const char *opt2, struct Window *win);
#endif