summaryrefslogtreecommitdiff
path: root/src/core/dbus-automount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-automount.h')
-rw-r--r--src/core/dbus-automount.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/core/dbus-automount.h b/src/core/dbus-automount.h
index b338e25fc1..0b9618368e 100644
--- a/src/core/dbus-automount.h
+++ b/src/core/dbus-automount.h
@@ -21,11 +21,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <dbus/dbus.h>
+#include "sd-bus.h"
-#include "unit.h"
-
-DBusHandlerResult bus_automount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
-
-extern const char bus_automount_interface[];
-extern const char bus_automount_invalidating_properties[];
+extern const sd_bus_vtable bus_automount_vtable[];
+extern const char* const bus_automount_changing_properties[];