summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r--common/glib-helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h
index 6c9b89b0..8bb6b284 100644
--- a/common/glib-helper.h
+++ b/common/glib-helper.h
@@ -34,7 +34,7 @@ int bt_discover_services(const bdaddr_t *src, const bdaddr_t *dst,
int bt_search_service(const bdaddr_t *src, const bdaddr_t *dst,
uuid_t *uuid, bt_callback_t cb, void *user_data,
bt_destroy_t destroy);
-void bt_cancel_discovery(const bdaddr_t *src, const bdaddr_t *dst);
+int bt_cancel_discovery(const bdaddr_t *src, const bdaddr_t *dst);
gchar *bt_uuid2string(uuid_t *uuid);
int bt_string2uuid(uuid_t *uuid, const char *string);