From fda18fb2d24cedaaf823cdafecbe8ba69495947c Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 26 Aug 2008 16:41:58 -0300 Subject: Cleanup: declaring some functions as static and removed some useless declarations --- src/dbus-hci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dbus-hci.c') 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; -- cgit