summaryrefslogtreecommitdiff
path: root/image/image_cache.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-10-07 18:12:47 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-10-07 18:12:47 +0000
commit230779848e22f5d185cbeb0ccaae0c16cbc5836c (patch)
tree414dc368828574374d85553490daa23dd53e1bd6 /image/image_cache.h
parent52ad2c1e2523b28aa5363656fbbef20e97665cce (diff)
downloadnetsurf-230779848e22f5d185cbeb0ccaae0c16cbc5836c.tar.gz
netsurf-230779848e22f5d185cbeb0ccaae0c16cbc5836c.tar.bz2
metadata links stored in contents
browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977
Diffstat (limited to 'image/image_cache.h')
-rw-r--r--image/image_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/image_cache.h b/image/image_cache.h
index 568f3e951..e879c740d 100644
--- a/image/image_cache.h
+++ b/image/image_cache.h
@@ -79,7 +79,7 @@ nserror image_cache_remove(struct content *content);
/** Obtain a bitmap from a content converting from source if neccessary. */
-struct bitmap *image_cache_get_bitmap(struct content *c);
+struct bitmap *image_cache_get_bitmap(const struct content *c);
/** Obtain a bitmap from a content with no conversion */
struct bitmap *image_cache_find_bitmap(struct content *c);