summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index 22f79aa4..2bfe003e 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -49,6 +49,8 @@ int agent_confirm_mode_change(struct agent *agent, const char *new_mode,
int agent_cancel(struct agent *agent);
+uint8_t agent_get_io_capability(struct agent *agent);
+
gboolean agent_matches(struct agent *agent, const char *name, const char *path);
void agent_init(void);