summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h3
1 files changed, 2 insertions, 1 deletions
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