From 09b1ede5a3fe5c37e34fe1c13780536f30297806 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 15 Apr 2003 17:53:00 +0000 Subject: [project @ 2003-04-15 17:53:00 by bursa] Inline images and related. svn path=/import/netsurf/; revision=125 --- render/html.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 1dd9e3a51..a22d04112 100644 --- a/render/html.h +++ b/render/html.h @@ -1,5 +1,5 @@ /** - * $Id: html.h,v 1.1 2003/02/09 12:58:15 bursa Exp $ + * $Id: html.h,v 1.2 2003/04/15 17:53:00 bursa Exp $ */ #ifndef _NETSURF_RENDER_HTML_H_ @@ -13,5 +13,6 @@ int html_convert(struct content *c, unsigned int width, unsigned int height); void html_revive(struct content *c, unsigned int width, unsigned int height); void html_reformat(struct content *c, unsigned int width, unsigned int height); void html_destroy(struct content *c); +void html_fetch_image(struct content *c, char *url, struct box *box); #endif -- cgit v1.2.3