summaryrefslogtreecommitdiff
path: root/src/core/dbus-socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-socket.h')
-rw-r--r--src/core/dbus-socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/dbus-socket.h b/src/core/dbus-socket.h
index 7a792c7a89..e6db2d0772 100644
--- a/src/core/dbus-socket.h
+++ b/src/core/dbus-socket.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
@@ -25,5 +26,5 @@
extern const sd_bus_vtable bus_socket_vtable[];
-int bus_socket_set_property(Unit *u, const char *name, sd_bus_message *message, UnitSetPropertiesMode mode, sd_bus_error *error);
+int bus_socket_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);
int bus_socket_commit_properties(Unit *u);