summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
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);