diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-06 13:35:07 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-06 13:35:07 +0000 |
commit | 8955dc1ce35be8c0ef70b0faa8846c2bf4b6de9f (patch) | |
tree | a0dd884d86173568a201ce011b7a352ff9d81087 /hcid/device.h | |
parent | 5a63456081d0ba9cc8bdc66f17afe003788c9b33 (diff) |
More cleanups and less casting
Diffstat (limited to 'hcid/device.h')
-rw-r--r-- | hcid/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/device.h b/hcid/device.h index 5ef524df..ff687231 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -35,7 +35,7 @@ struct device { struct device *device_create(DBusConnection *conn, struct adapter *adapter, const gchar *address, GSList *uuids); -void device_remove(struct device *device, DBusConnection *conn); +void device_remove(DBusConnection *conn, struct device *device); gint device_address_cmp(struct device *device, const gchar *address); int device_browse(struct device *device, DBusConnection *conn, DBusMessage *msg); |