summaryrefslogtreecommitdiff
path: root/src/dbus-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus-path.h')
-rw-r--r--src/dbus-path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-path.h b/src/dbus-path.h
index 15f5869894..261d8451b4 100644
--- a/src/dbus-path.h
+++ b/src/dbus-path.h
@@ -26,7 +26,7 @@
#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[];