summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-rfcomm.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-rfcomm.h
parent16dceb4c2f7a8ed91c88b1c1353b6bd5ccc68cbf (diff)
Convert to using the generic D-Bus object handling
Diffstat (limited to 'hcid/dbus-rfcomm.h')
-rw-r--r--hcid/dbus-rfcomm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-rfcomm.h b/hcid/dbus-rfcomm.h
index 1f6f209c..f7705ef8 100644
--- a/hcid/dbus-rfcomm.h
+++ b/hcid/dbus-rfcomm.h
@@ -26,6 +26,6 @@
#define RFCOMM_INTERFACE "org.bluez.RFCOMM"
-DBusHandlerResult handle_rfcomm_method(DBusConnection *conn, DBusMessage *msg, void *data);
+dbus_bool_t rfcomm_init(DBusConnection *conn, const char *path);
#endif /* __BLUEZ_DBUS_RFCOMM_H */