summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-10-22 18:02:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-10-22 18:02:59 +0000
commitefeb7aac353c1c35be86275690f3f8272a91a7d7 (patch)
treeab9ef10f9d2cc18c52810d722c1eb23a052378eb /hcid/dbus.h
parentc6e02b7f95315f1dafa3a6489ea5f2f558ec56cf (diff)
Implement the confirmation method
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 56a0b686..85b52348 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -149,6 +149,7 @@ struct pending_agent_request {
char *path;
DBusPendingCall *call;
int old_if;
+ char *pin;
};
typedef int register_function_t(DBusConnection *conn, uint16_t id);