summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-03 16:26:42 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-03 16:26:42 +0000
commitedbb9a6396085fb857f4c35e5a5c931aca633b35 (patch)
tree94b221a7a07f01014e14897fdca235ef6e250e85 /hcid/agent.h
parentba93a9b86c21e876d5adff98f3084d7a8b1a3811 (diff)
Rework new agent logic
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h3
1 files changed, 1 insertions, 2 deletions
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);