diff options
| author | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-03 16:50:22 -0300 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:32:51 -0300 |
| commit | c7b89988961e6c197c07fb1ba1f94bf27e457a51 (patch) | |
| tree | c88f7b61d95805a9acf23443bfa791fbcc48c1e9 /hcid/dbus-database.h | |
| parent | d3ea4d9816ddbc3ee0ea6ad44cd130cb646a3a61 (diff) | |
Cleanup dbus-database.c.
Diffstat (limited to 'hcid/dbus-database.h')
| -rw-r--r-- | hcid/dbus-database.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hcid/dbus-database.h b/hcid/dbus-database.h index c173afaf..2f5606fc 100644 --- a/hcid/dbus-database.h +++ b/hcid/dbus-database.h @@ -24,9 +24,6 @@ #define DATABASE_INTERFACE "org.bluez.Database" -dbus_bool_t database_init(DBusConnection *conn, const char *path); -void database_cleanup(DBusConnection *conn, const char *path); - int add_xml_record(DBusConnection *conn, const char *sender, bdaddr_t *src, const char *record, dbus_uint32_t *handle); DBusMessage *update_xml_record(DBusConnection *conn, |
