summaryrefslogtreecommitdiff
path: root/src/agent.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-07-30 07:53:51 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-07-30 07:55:15 +0300
commit12464916d39fa88f2ade96ccbc1d8efd6ea37789 (patch)
treef51c15cf8f87151ee129eb346e783f1009c72b7e /src/agent.h
parent7b168fc40b96a7f18bf8f7d61ea07ab516e148cb (diff)
downloadbluez-12464916d39fa88f2ade96ccbc1d8efd6ea37789.tar.gz
core: Remove always_pairable feature
We've decided to have pairable (soon to be renamed to bondable) always set after all, so neither the always_pairable variable nor the AlwaysPairable config option is needed.
Diffstat (limited to 'src/agent.h')
-rw-r--r--src/agent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/agent.h b/src/agent.h
index de6db2c41..1e4692036 100644
--- a/src/agent.h
+++ b/src/agent.h
@@ -36,7 +36,6 @@ typedef void (*agent_passkey_cb) (struct agent *agent, DBusError *err,
struct agent *agent_ref(struct agent *agent);
void agent_unref(struct agent *agent);
-bool agent_default_available(void);
struct agent *agent_get(const char *owner);
int agent_authorize_service(struct agent *agent, const char *path,