summaryrefslogtreecommitdiff
path: root/render/imagemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/imagemap.h')
-rw-r--r--render/imagemap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/render/imagemap.h b/render/imagemap.h
index 34a0c3b5f..87a84c3dd 100644
--- a/render/imagemap.h
+++ b/render/imagemap.h
@@ -22,11 +22,13 @@
#include <libxml/HTMLtree.h>
struct content;
+struct hlcache_handle;
void imagemap_destroy(struct content *c);
void imagemap_dump(struct content *c);
bool imagemap_extract(xmlNode *node, struct content *c);
-const char *imagemap_get(struct content *c, const char *key,
+
+const char *imagemap_get(struct hlcache_handle *h, const char *key,
unsigned long x, unsigned long y,
unsigned long click_x, unsigned long click_y,
const char **target);