chiark / gitweb /
journal: if we encounter a corrupted file, rotate and go on
[elogind.git] / src / dbus-automount.h
index 77c887e89c306e39ef5484a23b37eb9ce2cc810b..2fc8345048f29f147d20674c4aa969e5da1579d0 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foodbusautomounthfoo
 #define foodbusautomounthfoo
@@ -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