From 8755ceb0c809cde60b44acf74d55044315fd22e3 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 23 Jan 2004 20:46:29 +0000 Subject: [project @ 2004-01-23 20:46:29 by bursa] Add error pages for fetch failures. svn path=/import/netsurf/; revision=498 --- content/content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index ffd73ab06..d5adf1a6f 100644 --- a/content/content.h +++ b/content/content.h @@ -185,6 +185,7 @@ void content_convert(struct content *c, unsigned long width, unsigned long heigh void content_revive(struct content *c, unsigned long width, unsigned long height); void content_reformat(struct content *c, unsigned long width, unsigned long height); void content_destroy(struct content *c); +void content_reset(struct content *c); void content_redraw(struct content *c, long x, long y, unsigned long width, unsigned long height, long clip_x0, long clip_y0, long clip_x1, long clip_y1); -- cgit v1.2.3