X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-snapshot.h;h=0b82279f1c4cd4a15b79a3578a950683ac047e05;hp=5f28550c95ffb36d06bf3af1d381c9bfd9b22082;hb=8092a428d40ac682df9e80c36988043854579679;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 diff --git a/src/dbus-snapshot.h b/src/dbus-snapshot.h index 5f28550c9..0b82279f1 100644 --- a/src/dbus-snapshot.h +++ b/src/dbus-snapshot.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foodbussnapshothfoo #define foodbussnapshothfoo @@ -26,6 +26,8 @@ #include "unit.h" -DBusHandlerResult bus_snapshot_message_handler(Unit *u, DBusMessage *message); +DBusHandlerResult bus_snapshot_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); + +extern const char bus_snapshot_interface[]; #endif