summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-database.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-database.h
parent16dceb4c2f7a8ed91c88b1c1353b6bd5ccc68cbf (diff)
Convert to using the generic D-Bus object handling
Diffstat (limited to 'hcid/dbus-database.h')
-rw-r--r--hcid/dbus-database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-database.h b/hcid/dbus-database.h
index 235d88fd..8feb1e59 100644
--- a/hcid/dbus-database.h
+++ b/hcid/dbus-database.h
@@ -26,7 +26,7 @@
#define DATABASE_INTERFACE "org.bluez.Database"
-DBusHandlerResult handle_database_method(DBusConnection *conn, DBusMessage *msg, void *data);
+dbus_bool_t database_init(DBusConnection *conn, const char *path);
void set_sdp_server_enable(void);