diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-02-03 05:04:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-03 05:06:04 +0100 |
commit | cd43ca73e19511f999c80995937e418c35c30ee8 (patch) | |
tree | 4fd18a944323ae5c042727c7fdc8c7c8f2867666 /src/dbus-path.h | |
parent | e1770af8122a74ee21036e16976cac3f223fe0b2 (diff) |
path: convert failure field to enum
Diffstat (limited to 'src/dbus-path.h')
-rw-r--r-- | src/dbus-path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-path.h b/src/dbus-path.h index f825e13f24..2888400a13 100644 --- a/src/dbus-path.h +++ b/src/dbus-path.h @@ -30,4 +30,6 @@ DBusHandlerResult bus_path_message_handler(Unit *u, DBusConnection *c, DBusMessa extern const char bus_path_interface[]; +extern const char bus_path_invalidating_properties[]; + #endif |