summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-04-09 21:20:19 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-04-09 21:20:19 +0000
commita1c12f0ffeeb1bd2ab9cb287ce4e16125492c521 (patch)
treee8244c02547390f68694b24b00a4d8d1fb4657f8 /hcid/adapter.h
parent3d9966f38f1d6ca12c9e9e2eace5181ba04844b4 (diff)
Fix temporary device removal not emitting DeviceRemoved.
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 3449aec4..9a40ed4b 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -118,6 +118,9 @@ struct device *adapter_get_device(DBusConnection *conn,
struct device *adapter_find_device(struct adapter *adapter, const char *dest);
+void adapter_remove_device(DBusConnection *conn, struct adapter *adapter,
+ struct device *device);
+
const char *major_class_str(uint32_t class);
const char *minor_class_str(uint32_t class);