summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-database.h
diff options
context:
space:
mode:
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 9ca7ce6c..c5450c8c 100644
--- a/hcid/dbus-database.h
+++ b/hcid/dbus-database.h
@@ -29,7 +29,7 @@ dbus_bool_t database_init(DBusConnection *conn, const char *path);
DBusHandlerResult database_message(DBusConnection *conn,
DBusMessage *msg, void *data);
-int add_xml_record(DBusConnection *conn, const char *sender,
+int add_xml_record(DBusConnection *conn, const char *sender, bdaddr_t *src,
const char *record, dbus_uint32_t *handle);
DBusHandlerResult update_xml_record(DBusConnection *conn,
DBusMessage *msg, bdaddr_t *src);