summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index ca267060c..40e7f2089 100644
--- a/content/content.h
+++ b/content/content.h
@@ -157,6 +157,7 @@ void content_open(struct hlcache_handle *h, struct browser_window *bw,
struct content *page, struct box *box,
struct object_params *params);
void content_close(struct hlcache_handle *h);
+struct selection *content_get_selection(struct hlcache_handle *h);
/* Member accessors */
content_type content_get_type(struct hlcache_handle *c);