diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-11 17:32:52 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-11 17:32:52 +0000 | 
| commit | 23f49566e8bb0eb0b5b0e2a9b1841c28a92080fa (patch) | |
| tree | 438ecc3ac2540849f531112e48866d06c41d4460 /hcid/adapter.h | |
| parent | bdfe1e3884ad855eeec021d5dca8c2c246078ef3 (diff) | |
Emit signals properly when removing a device.
Diffstat (limited to 'hcid/adapter.h')
| -rw-r--r-- | hcid/adapter.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/hcid/adapter.h b/hcid/adapter.h index 767cbde7..d715d58f 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -118,11 +118,10 @@ struct device *adapter_get_device(DBusConnection *conn,  struct device *adapter_find_device(struct adapter *adapter, const char *dest); -struct device *adapter_create_device(DBusConnection *conn, -				struct adapter *adapter, const char *address); -  void adapter_remove_device(DBusConnection *conn, struct adapter *adapter,  				struct device *device); +struct device *adapter_create_device(DBusConnection *conn, +				struct adapter *adapter, const char *address);  const char *major_class_str(uint32_t class); | 
