summaryrefslogtreecommitdiffstats
path: root/input/fakehid.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/fakehid.h')
-rw-r--r--input/fakehid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/fakehid.h b/input/fakehid.h
index e61a7275..90aacb48 100644
--- a/input/fakehid.h
+++ b/input/fakehid.h
@@ -35,5 +35,5 @@ struct fake_hid {
struct fake_hid *get_fake_hid(uint16_t vendor, uint16_t product);
-int fake_hid_connadd(struct fake_input *fake, int intr_sk,
+int fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
struct fake_hid *fake_hid);