From edbb9a6396085fb857f4c35e5a5c931aca633b35 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 3 Jun 2008 16:26:42 +0000 Subject: Rework new agent logic --- hcid/agent.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hcid/agent.h') diff --git a/hcid/agent.h b/hcid/agent.h index ad648178..22f79aa4 100644 --- a/hcid/agent.h +++ b/hcid/agent.h @@ -33,8 +33,7 @@ typedef void (*agent_pincode_cb) (struct agent *agent, DBusError *err, typedef void (*agent_remove_cb) (struct agent *agent, void *user_data); struct agent *agent_create(struct adapter *adapter, const char *name, - const char *path, const char *address, - const char *capability, + const char *path, uint8_t capability, agent_remove_cb cb, void *remove_cb_data); int agent_destroy(struct agent *agent, gboolean exited); -- cgit