summaryrefslogtreecommitdiffstats
path: root/common/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus.h')
-rw-r--r--common/dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dbus.h b/common/dbus.h
index d59903ee..f2bf45af 100644
--- a/common/dbus.h
+++ b/common/dbus.h
@@ -51,6 +51,6 @@ static inline DBusHandlerResult send_message_and_unref(DBusConnection *conn, DBu
return DBUS_HANDLER_RESULT_HANDLED;
}
-int set_nonblocking(int fd, int *err);
+int set_nonblocking(int fd);
#endif /* __H_BLUEZ_DBUS_H__ */