summaryrefslogtreecommitdiff
path: root/clients/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/window.h')
-rw-r--r--clients/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/window.h b/clients/window.h
index 7d6afdc..27811f3 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -232,8 +232,8 @@ input_get_input_device(struct input *input);
int
input_offers_mime_type(struct input *input, const char *type);
-int
-input_receive_mime_type(struct input *input, const char *type);
+void
+input_receive_mime_type(struct input *input, const char *type, int fd);
#endif