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, 2 insertions, 0 deletions
diff --git a/common/dbus.h b/common/dbus.h
index 801d90c6..d59903ee 100644
--- a/common/dbus.h
+++ b/common/dbus.h
@@ -51,4 +51,6 @@ static inline DBusHandlerResult send_message_and_unref(DBusConnection *conn, DBu
return DBUS_HANDLER_RESULT_HANDLED;
}
+int set_nonblocking(int fd, int *err);
+
#endif /* __H_BLUEZ_DBUS_H__ */