From 79ce683b4e6d34fe327b00f1e427e476016cfab0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Apr 2010 12:41:19 +0000 Subject: Most of a stop implementation. Remaining work: 1) Clone content_html_data 2) Cloning content_css_data requires the charset of the old content 3) Calling hlcache_handle_abort() before a content has been created must clean up the retrieval context. svn path=/trunk/netsurf/; revision=10236 --- render/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 42d4ec163..79a3b209a 100644 --- a/render/html.h +++ b/render/html.h @@ -190,6 +190,7 @@ bool html_process_data(struct content *c, const char *data, unsigned int size); bool html_convert(struct content *c); void html_reformat(struct content *c, int width, int height); void html_destroy(struct content *c); +bool html_clone(const struct content *old, struct content *new_content); bool html_fetch_object(struct content *c, const char *url, struct box *box, const content_type *permitted_types, int available_width, int available_height, -- cgit v1.2.3