summaryrefslogtreecommitdiffstats
path: root/hcid/agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/agent.c')
-rw-r--r--hcid/agent.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hcid/agent.c b/hcid/agent.c
index 373810e1..2f70e716 100644
--- a/hcid/agent.c
+++ b/hcid/agent.c
@@ -551,6 +551,12 @@ failed:
return -1;
}
+int agent_confirm_mode_change(struct agent *agent, const char *new_mode,
+ agent_cb cb, void *user_data)
+{
+ return 0;
+}
+
static void send_cancel_request(struct agent_request *req)
{
DBusMessage *message;