diff options
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unit.h b/src/unit.h index 20bb6a2a18..47a1eb6350 100644 --- a/src/unit.h +++ b/src/unit.h @@ -500,6 +500,7 @@ void unit_reset_failed(Unit *u); Unit *unit_following(Unit *u); bool unit_pending_inactive(Unit *u); +bool unit_pending_active(Unit *u); int unit_add_default_target_dependency(Unit *u, Unit *target); |