chiark / gitweb /
fsck: suppress error message if we cannot change into single user mode since we are...
[elogind.git] / src / dbus-common.h
index b28755fc79769c298148b5228a3eba88ff903ea5..9a66b7874434af616b7bae9e63f1ab9125b1761a 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foodbuscommonhfoo
 #define foodbuscommonhfoo
@@ -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