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=261d8451b4530512e67fffab1ee76fe3e92afc25;hb=c9d8629baa09f853fbcc44972c9748e70562270c;hpb=5e8d1c9a9f15b7453474dc4879bdb4021c3f50a1 diff --git a/src/dbus-path.h b/src/dbus-path.h index 261d8451b..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 @@ -30,4 +30,6 @@ DBusHandlerResult bus_path_message_handler(Unit *u, DBusConnection *c, DBusMessa extern const char bus_path_interface[]; +extern const char bus_path_invalidating_properties[]; + #endif