chiark / gitweb /
plymouth: don't wait forever for plymouth in case it is stuck
[elogind.git] / src / dbus-common.h
index ebcddec2450593a45354cc00bcb2a33cb5edc59f..9a66b7874434af616b7bae9e63f1ab9125b1761a 100644 (file)
@@ -28,4 +28,6 @@ int bus_check_peercred(DBusConnection *c);
 
 int bus_connect(DBusBusType t, DBusConnection **_bus, bool *private_bus, DBusError *error);
 
+const char *bus_error_message(const DBusError *error);
+
 #endif