X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fdbus-automount.h;h=2fc8345048f29f147d20674c4aa969e5da1579d0;hb=85eda5721f8d2a20482ef228d341fbbd134c6799;hp=947bf0f59fdacc282e17a412eec5c6a277de580d;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221;p=elogind.git diff --git a/src/dbus-automount.h b/src/dbus-automount.h index 947bf0f59..2fc834504 100644 --- a/src/dbus-automount.h +++ b/src/dbus-automount.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foodbusautomounthfoo #define foodbusautomounthfoo @@ -26,6 +26,9 @@ #include "unit.h" -DBusHandlerResult bus_automount_message_handler(Unit *u, DBusMessage *message); +DBusHandlerResult bus_automount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); + +extern const char bus_automount_interface[]; +extern const char bus_automount_invalidating_properties[]; #endif