terminal: Accept utf-8 text drop
diff --git a/clients/window.h b/clients/window.h
index a2bab90..4427ab5 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -555,6 +555,9 @@
 void
 input_receive_drag_data(struct input *input, const char *mime_type,
 			data_func_t func, void *user_data);
+int
+input_receive_drag_data_to_fd(struct input *input,
+			      const char *mime_type, int fd);
 
 int
 input_receive_selection_data(struct input *input, const char *mime_type,