summaryrefslogtreecommitdiff
path: root/desktop/imagemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/imagemap.h')
-rw-r--r--desktop/imagemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/imagemap.h b/desktop/imagemap.h
index c233f92c5..8c636ed67 100644
--- a/desktop/imagemap.h
+++ b/desktop/imagemap.h
@@ -14,7 +14,7 @@ struct content;
void imagemap_destroy(struct content *c);
void imagemap_dump(struct content *c);
-void imagemap_extract(xmlNode *node, struct content *c);
+bool imagemap_extract(xmlNode *node, struct content *c);
char *imagemap_get(struct content *c, const char *key, unsigned long x,
unsigned long y, unsigned long click_x, unsigned long click_y);