summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-04-15 17:53:00 +0000
committerJames Bursa <james@netsurf-browser.org>2003-04-15 17:53:00 +0000
commit09b1ede5a3fe5c37e34fe1c13780536f30297806 (patch)
tree5bf9a19301354c45deb6fab2e0386b5ca822714f /render/html.h
parent63b6455f7365507ce502369b738ecc09e54e25ed (diff)
downloadnetsurf-09b1ede5a3fe5c37e34fe1c13780536f30297806.tar.gz
netsurf-09b1ede5a3fe5c37e34fe1c13780536f30297806.tar.bz2
[project @ 2003-04-15 17:53:00 by bursa]
Inline images and related. svn path=/import/netsurf/; revision=125
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