summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 663394b6..5ae2b7b8 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -131,7 +131,7 @@ DBusHandlerResult msg_func_manager(DBusConnection *conn, DBusMessage *msg, void
const char *major_class_str(uint32_t class);
const char *minor_class_str(uint32_t class);
-const char **service_classes_str(uint32_t class);
+struct slist *service_classes_str(uint32_t class);
DBusHandlerResult bluez_new_failure_msg(DBusConnection *conn, DBusMessage *msg, const uint32_t ecode);