summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/html.h b/render/html.h
index a22d04112..7135dec1a 100644
--- a/render/html.h
+++ b/render/html.h
@@ -1,5 +1,5 @@
/**
- * $Id: html.h,v 1.2 2003/04/15 17:53:00 bursa Exp $
+ * $Id: html.h,v 1.3 2003/06/17 19:24:21 bursa Exp $
*/
#ifndef _NETSURF_RENDER_HTML_H_
@@ -13,6 +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);
+void html_fetch_object(struct content *c, char *url, struct box *box);
#endif