diff options
Diffstat (limited to 'src/dbus-snapshot.h')
-rw-r--r-- | src/dbus-snapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-snapshot.h b/src/dbus-snapshot.h index bf5a4d4bc5..60b3720d35 100644 --- a/src/dbus-snapshot.h +++ b/src/dbus-snapshot.h @@ -26,7 +26,7 @@ #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[]; |