summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/dbus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 3ae122fb..82a1d675 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -56,9 +56,9 @@
#define MAX_PATH_LENGTH 64
-typedef DBusMessage* (service_handler_func_t) (DBusConnection *conn,
- DBusMessage *msg,
- void *user_data);
+typedef DBusHandlerResult (service_handler_func_t) (DBusConnection *conn,
+ DBusMessage *msg,
+ void *user_data);
struct service_data {
const char *name;