chiark / gitweb /
main: print warning if /usr is on a seperate partition
[elogind.git] / src / dbus-common.h
index f355de14f80ea8bbec97564b43d136d89ad701a0..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
@@ -26,6 +26,8 @@
 
 int bus_check_peercred(DBusConnection *c);
 
-int bus_connect(DBusBusType t, DBusConnection **_bus, DBusError *error);
+int bus_connect(DBusBusType t, DBusConnection **_bus, bool *private_bus, DBusError *error);
+
+const char *bus_error_message(const DBusError *error);
 
 #endif