summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-01-23 20:46:29 +0000
committerJames Bursa <james@netsurf-browser.org>2004-01-23 20:46:29 +0000
commit8755ceb0c809cde60b44acf74d55044315fd22e3 (patch)
treea24d6da09a0a4e8470f9313cf24d1a997453926b /content/content.h
parent9cf82c7fc4820e4fecc24d4e4fdd0926eefaa98e (diff)
downloadnetsurf-8755ceb0c809cde60b44acf74d55044315fd22e3.tar.gz
netsurf-8755ceb0c809cde60b44acf74d55044315fd22e3.tar.bz2
[project @ 2004-01-23 20:46:29 by bursa]
Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
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);