diff options
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r-- | plugins/bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h index f1875297..42b0d133 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -35,7 +35,7 @@ struct bluetooth_profile { const char *name; int (*create)(const char *device, const char *dev_addr, const char *adapter_addr, const char *alias); - void (*remove_all)(); + void (*remove_all)(void); void (*set_alias)(const char *device, const char *); }; |