summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 16b002a02..30024743d 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -96,6 +96,7 @@ void selection_track(struct selection *s, browser_mouse_state mouse,
unsigned idx);
bool selection_copy_to_clipboard(struct selection *s);
+char * selection_get_copy(struct selection *s);
/** Handles completion of a drag operation */
/* void selection_drag_end(struct selection *s); */