From aa2c3ce4dcbbe498216407141479e20410d55b77 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 21 Mar 2007 14:40:19 +0000 Subject: input: code cleanup --- input/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/device.h') diff --git a/input/device.h b/input/device.h index 604d7b79..fa5cec12 100644 --- a/input/device.h +++ b/input/device.h @@ -45,7 +45,7 @@ struct input_device { }; int input_device_register(DBusConnection *conn, bdaddr_t *src, bdaddr_t *dst, - struct hidp_connadd_req *hidp, const char **path); + struct hidp_connadd_req *hidp, const char **ppath); int fake_input_register(DBusConnection *conn, bdaddr_t *src, - bdaddr_t *dst, uint8_t ch, const char **path); + bdaddr_t *dst, uint8_t ch, const char **ppath); int input_device_unregister(DBusConnection *conn, const char *path); -- cgit