chiark / gitweb /
journal: if we encounter a corrupted file, rotate and go on
[elogind.git] / src / dbus-automount.h
index 947bf0f59fdacc282e17a412eec5c6a277de580d..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
@@ -26,6 +26,9 @@
 
 #include "unit.h"
 
-DBusHandlerResult bus_automount_message_handler(Unit *u, DBusMessage *message);
+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