summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-06-09 21:13:58 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-06-09 21:13:58 +0000
commit1f7fe4eccf979527380b4ae9a1c6d7aa0bb8674e (patch)
treec262ce9ecccde1db244f29799ff7909ee45ad435 /hcid/adapter.h
parentf59e2e8ec01d6e725922d2cafbf17fa81cd4c669 (diff)
Remove use of g_dbus_unregister_all_interfaces.
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 844a66f4..ef579832 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -126,6 +126,8 @@ struct adapter {
dbus_bool_t adapter_init(DBusConnection *conn,
const char *path, struct adapter *adapter);
+dbus_bool_t adapter_cleanup(DBusConnection *conn, const char *path);
+
struct device *adapter_get_device(DBusConnection *conn,
struct adapter *adapter, const gchar *address);