diff options
Diffstat (limited to 'binding-bluetooth/bluetooth-manager.h')
-rw-r--r-- | binding-bluetooth/bluetooth-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding-bluetooth/bluetooth-manager.h b/binding-bluetooth/bluetooth-manager.h index ed02b28..54d7ff8 100644 --- a/binding-bluetooth/bluetooth-manager.h +++ b/binding-bluetooth/bluetooth-manager.h @@ -162,6 +162,7 @@ typedef struct { GMutex m; gint watch; GSList * device; + GSList * priorities; } stBluetoothManage; typedef struct tagBinding_RegisterCallback |