summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.c
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-08-26 16:41:58 -0300
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-08-26 16:41:58 -0300
commitfda18fb2d24cedaaf823cdafecbe8ba69495947c (patch)
treebab6dcc984a32651eb68353ab1eea6955872ff2b /src/dbus-hci.c
parentbae34785e2fb371509eb0a2c7529f0fe2454dde8 (diff)
Cleanup: declaring some functions as static and removed some useless declarations
Diffstat (limited to 'src/dbus-hci.c')
-rw-r--r--src/dbus-hci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus-hci.c b/src/dbus-hci.c
index 19acacea..8ae43371 100644
--- a/src/dbus-hci.c
+++ b/src/dbus-hci.c
@@ -120,7 +120,7 @@ int dev_rssi_cmp(struct remote_dev_info *d1, struct remote_dev_info *d2)
return rssi1 - rssi2;
}
-int found_device_add(GSList **list, bdaddr_t *bdaddr, int8_t rssi,
+static int found_device_add(GSList **list, bdaddr_t *bdaddr, int8_t rssi,
name_status_t name_status)
{
struct remote_dev_info *dev, match;
@@ -839,7 +839,7 @@ void hcid_dbus_inquiry_start(bdaddr_t *local)
DBUS_TYPE_INVALID);
}
-int found_device_req_name(struct adapter *adapter)
+static int found_device_req_name(struct adapter *adapter)
{
struct hci_request rq;
evt_cmd_status rp;