X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-path.h;h=667da052234cbe0c400b8f86e81e99445489f783;hp=c945f7d588bdeff86a7dc4128d20810b4ceb4299;hb=d4fdc205a4610965cee46408dbd046c922e7620c;hpb=f274ece0f76b5709408821e317e87aef76123db6 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[];