summaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:11:20 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:11:20 -0800
commite45a1a34604973498c3fa509c44913b20fd1d9ec (patch)
tree403df2172506f95a36e8d7780eb9045194f125e9 /src/device.c
parent9f5ea5e9358a92b1d9c013ce22145dce267d8090 (diff)
downloadconnman-e45a1a34604973498c3fa509c44913b20fd1d9ec.tar.gz
connman-e45a1a34604973498c3fa509c44913b20fd1d9ec.tar.bz2
connman-e45a1a34604973498c3fa509c44913b20fd1d9ec.zip
Add user data to D-Bus helper function callbacks
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 8c0417dc..05e27ab2 100644
--- a/src/device.c
+++ b/src/device.c
@@ -252,7 +252,7 @@ static int set_powered(struct connman_device *device, connman_bool_t powered)
return err;
}
-void __connman_device_list(DBusMessageIter *iter)
+void __connman_device_list(DBusMessageIter *iter, void *user_data)
{
__connman_element_list(NULL, CONNMAN_ELEMENT_TYPE_DEVICE, iter);
}