summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-03-14 20:05:52 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-03-14 20:05:52 +0000
commitfbf89763779b6ebad6ed956d8c81bfdeb8317122 (patch)
tree8d9718f48ab49180e7b6e0714144600e144c42cc /hcid/agent.h
parentdc59cbaf3eab30d8962a5690810ac9453a7294db (diff)
agent_release is already called through agent_free and doesn't need to be public
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index bfbce0b1..7cf703af 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -49,8 +49,6 @@ int agent_confirm(struct agent *agent, const char *device, const char *pin,
int agent_cancel(struct agent *agent);
-void agent_release(struct agent *agent);
-
gboolean agent_matches(struct agent *agent, const char *name, const char *path);
void agent_init(void);