summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-01-13 19:36:56 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-01-13 19:37:41 +0200
commit58c15493922277539cca11e8b55776c5d0fbccba (patch)
tree0bd713ca9693096cb8e257dcc58d0b523067fd0e /src/device.h
parent7b5212174affc3834d32b68b07370810f9592cb1 (diff)
Don't remove linkkeys upon adapter removal
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index bc28755f..75119e12 100644
--- a/src/device.h
+++ b/src/device.h
@@ -36,7 +36,8 @@ typedef enum {
struct btd_device *device_create(DBusConnection *conn, struct btd_adapter *adapter,
const gchar *address);
-void device_remove(struct btd_device *device, DBusConnection *conn);
+void device_remove(struct btd_device *device, DBusConnection *conn,
+ gboolean remove_bonding);
gint device_address_cmp(struct btd_device *device, const gchar *address);
int device_browse(struct btd_device *device, DBusConnection *conn,
DBusMessage *msg, uuid_t *search, gboolean reverse);