diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-02-03 03:27:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-03 05:06:04 +0100 |
commit | 81a5c6d03ef1e43e33bfb5ad006cf883c927a339 (patch) | |
tree | bfd68faab9b235f829ec573acc1eec3dc8145f7a /src/dbus-automount.h | |
parent | 9d2f51788e17355cdc287cc6d23169bef363d72e (diff) |
automount: convert failure boolean to enum
Diffstat (limited to 'src/dbus-automount.h')
-rw-r--r-- | src/dbus-automount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbus-automount.h b/src/dbus-automount.h index 84b573c8d8..2fc8345048 100644 --- a/src/dbus-automount.h +++ b/src/dbus-automount.h @@ -29,5 +29,6 @@ DBusHandlerResult bus_automount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); extern const char bus_automount_interface[]; +extern const char bus_automount_invalidating_properties[]; #endif |