summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-04-09 21:48:30 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-04-09 21:48:30 +0000
commite17ea9f35ae810afd33b332978d5882953696cfd (patch)
tree6250fc0e87e017fa8846e54d9b0204a1f11f1b5f /hcid/agent.h
parenta1c12f0ffeeb1bd2ab9cb287ce4e16125492c521 (diff)
Added new function for plugin authorization
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,