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 6b3fef25..4056f0a2 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -55,7 +55,7 @@ void bluetooth_create_path(const char *dev_addr, const char *adapter_addr, char *buf, int size); int bluetooth_send_with_reply(const char *path, const char *interface, - const char *method, + const char *method, DBusPendingCall **call, DBusPendingCallNotifyFunction cb, void *user_data, DBusFreeFunction free_func, int timeout, int type, ...); |