summaryrefslogtreecommitdiffstats
path: root/input/fakehid.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2009-02-18 19:17:50 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-19 11:05:10 +0200
commitc95494ee508a9f36096af5ddb1c2ac1579a32b1d (patch)
treef04c45cc65a372d8ae5d953a72ab6156e8215bf1 /input/fakehid.c
parent56fe087dfc68f56d84ac41ca390c8a0dc7438e2d (diff)
Make input plugin to use BtIO API.
Diffstat (limited to 'input/fakehid.c')
-rw-r--r--input/fakehid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/fakehid.c b/input/fakehid.c
index 900399d2..077dc21f 100644
--- a/input/fakehid.c
+++ b/input/fakehid.c
@@ -325,7 +325,7 @@ err:
return 1;
}
-static gboolean fake_hid_common_connect(struct fake_input *fake)
+static gboolean fake_hid_common_connect(struct fake_input *fake, GError **err)
{
return TRUE;
}