diff options
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unit.h b/src/unit.h index c93f3f765d..20bb6a2a18 100644 --- a/src/unit.h +++ b/src/unit.h @@ -501,6 +501,8 @@ Unit *unit_following(Unit *u); bool unit_pending_inactive(Unit *u); +int unit_add_default_target_dependency(Unit *u, Unit *target); + const char *unit_load_state_to_string(UnitLoadState i); UnitLoadState unit_load_state_from_string(const char *s); |