From 5d936ee9bb433445272d3c2a377e42ae4ba5e5ec Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Thu, 28 Aug 2008 15:25:40 +0530 Subject: Moving found_device_cmp to adapter.c --- src/dbus-hci.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dbus-hci.h') diff --git a/src/dbus-hci.h b/src/dbus-hci.h index 621657d0..72b22741 100644 --- a/src/dbus-hci.h +++ b/src/dbus-hci.h @@ -55,8 +55,6 @@ int cancel_periodic_discovery(struct adapter *adapter); int active_conn_find_by_bdaddr(const void *data, const void *user_data); void bonding_request_free(struct bonding_request_info *dev); -int found_device_cmp(const struct remote_dev_info *d1, - const struct remote_dev_info *d2); int set_limited_discoverable(int dd, const uint8_t *cls, gboolean limited); int set_service_classes(int dd, const uint8_t *cls, uint8_t value); -- cgit