diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-25 19:49:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-25 19:50:06 +0200 |
commit | 4cf5d6750704bb393b0d5dcb5ed4657810cff783 (patch) | |
tree | 3599443aab137851cd6f31fcaa5791d5f9d3e752 /src/dbus-common.h | |
parent | 50f74deea32476c3e19cda870857782576587d94 (diff) |
dbus: simplify some dbus error messages a bit
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r-- | src/dbus-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-common.h b/src/dbus-common.h index ebcddec245..9a66b78744 100644 --- a/src/dbus-common.h +++ b/src/dbus-common.h @@ -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 |