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, 1 insertions, 1 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index 8f26f37c..bfbce0b1 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -49,7 +49,7 @@ int agent_confirm(struct agent *agent, const char *device, const char *pin,
int agent_cancel(struct agent *agent);
-int agent_release(struct agent *agent);
+void agent_release(struct agent *agent);
gboolean agent_matches(struct agent *agent, const char *name, const char *path);