From 6879c02a332824ff63ce0b56de36996d2f0d48cf Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 6 Jun 2004 19:39:17 +0000 Subject: [project @ 2004-06-06 19:39:17 by bursa] Add and improve error handling of save_complete. Save HTML as UTF-8 to prevent encoding issues. svn path=/import/netsurf/; revision=931 --- riscos/save_complete.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/save_complete.h') diff --git a/riscos/save_complete.h b/riscos/save_complete.h index 3e72f65fc..2d1af5aec 100644 --- a/riscos/save_complete.h +++ b/riscos/save_complete.h @@ -15,6 +15,6 @@ struct content; void save_complete_init(void); -void save_complete(struct content *c, const char *path); +bool save_complete(struct content *c, const char *path); #endif -- cgit v1.2.3