X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fdbus-automount.h;h=0b9618368ed152c46166aa157f2348b7d1a25088;hb=718db96199e;hp=b338e25fc12c92c96f877c04f40e16d2aa2f294c;hpb=3febea3a0b0a968ea281e7959c1654cbaf95c9bf;p=elogind.git diff --git a/src/core/dbus-automount.h b/src/core/dbus-automount.h index b338e25fc..0b9618368 100644 --- a/src/core/dbus-automount.h +++ b/src/core/dbus-automount.h @@ -21,11 +21,7 @@ along with systemd; If not, see . ***/ -#include +#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[];