From: Mike Yuan Date: Sat, 15 Nov 2025 18:00:32 +0000 (+0100) Subject: core/dbus-manager: drop dangling verify_run_space_and_log() prototype X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e9239fd74f7ec53be56b572c411fc64a2ad065;p=thirdparty%2Fsystemd.git core/dbus-manager: drop dangling verify_run_space_and_log() prototype Follow-up for 65d9ef40f222588fcaf55e2932f45b0d4bdaf194 --- diff --git a/src/core/dbus-manager.h b/src/core/dbus-manager.h index 201a8760787..947b2a3ce72 100644 --- a/src/core/dbus-manager.h +++ b/src/core/dbus-manager.h @@ -16,11 +16,10 @@ void bus_manager_send_finished( usec_t initrd_usec, usec_t userspace_usec, usec_t total_usec); + void bus_manager_send_reloading(Manager *m, bool active); void bus_manager_send_change_signal(Manager *m); -int verify_run_space_and_log(const char *message); - int bus_property_get_oom_policy( sd_bus *bus, const char *path, @@ -29,6 +28,7 @@ int bus_property_get_oom_policy( sd_bus_message *reply, void *userdata, sd_bus_error *reterr_error); + int bus_property_get_emergency_action( sd_bus *bus, const char *path,