summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-03 14:57:39 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-03 14:57:39 +0000
commit8852bd0dc33d8737e27f41a3f3c43ca56e49116a (patch)
tree2120c780b2a3d7a61c59d15e0be27a426af87f42 /hcid/agent.h
parentc4d01c3cd114eccaa8ef79d8e082b345783ba9f1 (diff)
Add basic skeleton for tracking agent IO capability
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index 31a95428..ad648178 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -34,6 +34,7 @@ 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,
agent_remove_cb cb, void *remove_cb_data);
int agent_destroy(struct agent *agent, gboolean exited);