summaryrefslogtreecommitdiff
path: root/render/imagemap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-10-17 21:52:43 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-10-17 21:52:43 +0100
commitf18bbd48c7265ef68e8559f20a74bd1b57a4d1cb (patch)
tree42dcc9af966f2e6a96a57803962976f08bc08c49 /render/imagemap.h
parent35eb251244ee360cedef6ec1143e65b59da604a8 (diff)
downloadnetsurf-f18bbd48c7265ef68e8559f20a74bd1b57a4d1cb.tar.gz
netsurf-f18bbd48c7265ef68e8559f20a74bd1b57a4d1cb.tar.bz2
Improve error handling in html content
Diffstat (limited to 'render/imagemap.h')
-rw-r--r--render/imagemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/imagemap.h b/render/imagemap.h
index edbfea08f..d450cda86 100644
--- a/render/imagemap.h
+++ b/render/imagemap.h
@@ -28,7 +28,7 @@ struct hlcache_handle;
void imagemap_destroy(struct html_content *c);
void imagemap_dump(struct html_content *c);
-bool imagemap_extract(struct html_content *c);
+nserror imagemap_extract(struct html_content *c);
nsurl *imagemap_get(struct html_content *c, const char *key,
unsigned long x, unsigned long y,