summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-manager.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-04 15:32:26 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-04 15:32:26 +0000
commit994212593598a7c176342e616bc99aae45991244 (patch)
treeb27993a278543aafe294543adec27b4fe85ff4ba /hcid/dbus-manager.h
parent16dceb4c2f7a8ed91c88b1c1353b6bd5ccc68cbf (diff)
Convert to using the generic D-Bus object handling
Diffstat (limited to 'hcid/dbus-manager.h')
-rw-r--r--hcid/dbus-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-manager.h b/hcid/dbus-manager.h
index 9909229d..87e8d4d5 100644
--- a/hcid/dbus-manager.h
+++ b/hcid/dbus-manager.h
@@ -26,7 +26,7 @@
#define MANAGER_INTERFACE "org.bluez.Manager"
-DBusHandlerResult handle_manager_method(DBusConnection *conn, DBusMessage *msg, void *data);
+dbus_bool_t manager_init(DBusConnection *conn, const char *path);
int get_default_adapter(void);