From e17ea9f35ae810afd33b332978d5882953696cfd Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 9 Apr 2008 21:48:30 +0000 Subject: Added new function for plugin authorization --- hcid/agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/agent.h') 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, -- cgit