diff options
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 5b4f86c584..fe49b57403 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -558,6 +558,7 @@ bool unit_need_daemon_reload(Unit *u); void unit_reset_failed(Unit *u); Unit *unit_following(Unit *u); +int unit_following_set(Unit *u, Set **s); const char *unit_slice_name(Unit *u); @@ -569,8 +570,6 @@ int unit_add_default_target_dependency(Unit *u, Unit *target); char *unit_default_cgroup_path(Unit *u); -int unit_following_set(Unit *u, Set **s); - void unit_start_on_failure(Unit *u); void unit_trigger_notify(Unit *u); |