chiark / gitweb /
automount: convert failure boolean to enum
[elogind.git] / src / dbus-automount.h
index 84b573c8d8c7a5ca52b8646d48f42dcd8e82d976..2fc8345048f29f147d20674c4aa969e5da1579d0 100644 (file)
@@ -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