summaryrefslogtreecommitdiff
path: root/lib/bluetooth-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth-utils.h')
-rw-r--r--lib/bluetooth-utils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/bluetooth-utils.h b/lib/bluetooth-utils.h
index b4a4932f..efe091bf 100644
--- a/lib/bluetooth-utils.h
+++ b/lib/bluetooth-utils.h
@@ -33,5 +33,6 @@ const gchar *bluetooth_type_to_string (guint type);
gboolean bluetooth_verify_address (const char *bdaddr);
const char *bluetooth_uuid_to_string (const char *uuid);
-void bluetooth_send_to_address (const char *address,
- const char *alias);
+gboolean bluetooth_send_to_address (const char *address,
+ const char *alias,
+ GError **error);