X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-path.h;h=2888400a1337f5ebba03ecc6ec02404af541c35c;hp=15f5869894b101702ca6c7502a6a8900ee679faf;hb=ee4cbc2c85edacab721c710e1f99aedd5c2e3a3a;hpb=01f78473b104d28db0fa813414092bc6358ae521 diff --git a/src/dbus-path.h b/src/dbus-path.h index 15f586989..2888400a1 100644 --- a/src/dbus-path.h +++ b/src/dbus-path.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foodbuspathhfoo #define foodbuspathhfoo @@ -26,8 +26,10 @@ #include "unit.h" -DBusHandlerResult bus_path_message_handler(Unit *u, DBusMessage *message); +DBusHandlerResult bus_path_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); extern const char bus_path_interface[]; +extern const char bus_path_invalidating_properties[]; + #endif