summaryrefslogtreecommitdiffstats
path: root/src/agent.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-04 15:03:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-04 15:03:35 +0200
commit01761bea1ce6539b97640123660c67d81c54318b (patch)
treea9eb2957891081a1ae111b6c7f53a8d2108597b2 /src/agent.h
parent0019156df63264bdb80131f947833cd2a1293994 (diff)
parent18614bd2b008cb9f3879990883c569c37b72f195 (diff)
Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-clone
Diffstat (limited to 'src/agent.h')
-rw-r--r--src/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/agent.h b/src/agent.h
index 291e7a15..3846d14e 100644
--- a/src/agent.h
+++ b/src/agent.h
@@ -35,7 +35,7 @@ typedef void (*agent_passkey_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,
+struct agent *agent_create(struct btd_adapter *adapter, const char *name,
const char *path, uint8_t capability,
agent_remove_cb cb, void *remove_cb_data);