summaryrefslogtreecommitdiff
path: root/render/imagemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/imagemap.h')
-rw-r--r--render/imagemap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/render/imagemap.h b/render/imagemap.h
index 35523c9a5..8af50e79d 100644
--- a/render/imagemap.h
+++ b/render/imagemap.h
@@ -15,7 +15,9 @@ struct content;
void imagemap_destroy(struct content *c);
void imagemap_dump(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);
+const char *imagemap_get(struct content *c, const char *key,
+ unsigned long x, unsigned long y,
+ unsigned long click_x, unsigned long click_y,
+ const char **target);
#endif