summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 10:17:13 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 10:17:13 +0000
commit27c5b9dad6308c359bfde52faebf3c0decc3c60e (patch)
treec0553b6d2fce0bf04b20ffd72b40f4f03be5c97a /hcid/dbus-hci.h
parentc842fb8295afaaa86dcd7cf9c5e62f6ca4c51b9b (diff)
Move authentication request functions into adapter.c
Diffstat (limited to 'hcid/dbus-hci.h')
-rw-r--r--hcid/dbus-hci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h
index f4dfa018..87aa8a46 100644
--- a/hcid/dbus-hci.h
+++ b/hcid/dbus-hci.h
@@ -72,7 +72,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 auth_req_cmp(const void *p1, const void *p2);
int found_device_cmp(const struct remote_dev_info *d1,
const struct remote_dev_info *d2);
int found_device_add(GSList **list, bdaddr_t *bdaddr, int8_t rssi,