diff options
Diffstat (limited to 'bluez-client.h')
-rw-r--r-- | bluez-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluez-client.h b/bluez-client.h index 64ee9ad..17f82f0 100644 --- a/bluez-client.h +++ b/bluez-client.h @@ -39,7 +39,7 @@ struct bt_device { gboolean avconnected; gboolean legacypairing; gint16 rssi; - GVariant *uuids; + GList *uuids; }; typedef struct { |