summaryrefslogtreecommitdiff
path: root/content/handlers/html/textselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/textselection.h')
-rw-r--r--content/handlers/html/textselection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/handlers/html/textselection.h b/content/handlers/html/textselection.h
index 0287f3c58..4a866b0b2 100644
--- a/content/handlers/html/textselection.h
+++ b/content/handlers/html/textselection.h
@@ -34,4 +34,6 @@ nserror html_create_selection(struct content *c, struct selection **sel_out);
nserror html_textselection_redraw(struct content *c, unsigned start_idx, unsigned end_idx);
+nserror html_textselection_copy(struct content *c, unsigned start_idx, unsigned end_idx, struct selection_string *selstr);
+
#endif