X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-path.h;h=667da052234cbe0c400b8f86e81e99445489f783;hb=68a8723c8592c06b2c978f391cb47db266d9d6de;hp=c945f7d588bdeff86a7dc4128d20810b4ceb4299;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/src/core/dbus-path.h b/src/core/dbus-path.h index c945f7d58..667da0522 100644 --- a/src/core/dbus-path.h +++ b/src/core/dbus-path.h @@ -21,12 +21,7 @@ along with systemd; If not, see . ***/ -#include -#include "unit.h" +#include "sd-bus.h" -DBusHandlerResult bus_path_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); - -extern const char bus_path_interface[]; - -extern const char bus_path_invalidating_properties[]; +extern const sd_bus_vtable bus_path_vtable[];