summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index 9a4fed70..9d2ac377 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -38,7 +38,7 @@ struct agent *agent_create(struct adapter *adapter, const char *name,
int agent_destroy(struct agent *agent, gboolean exited);
-int agent_authorize(struct agent *agent, struct device *device,
+int agent_authorize(struct agent *agent, const char *path,
const char *uuid, agent_cb cb, void *user_data);
int agent_request_passkey(struct agent *agent, struct device *device,