summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-08-28 15:25:40 +0530
committerAlok Barsode <alok.barsode@azingo.com>2008-08-29 13:53:12 +0530
commit5d936ee9bb433445272d3c2a377e42ae4ba5e5ec (patch)
treefa8993a208a126d41e995a90509f6b9d06b25f05 /src/dbus-hci.h
parenta4cbf5540b53cf4b0558c5d420354aa1b3421d61 (diff)
Moving found_device_cmp to adapter.c
Diffstat (limited to 'src/dbus-hci.h')
-rw-r--r--src/dbus-hci.h2
1 files changed, 0 insertions, 2 deletions
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);